Skip to content

License issue warning after update to 0.9.4 (audit logging is enabled) #4383

Closed
@ntimo

Description

@ntimo

Description

I updated my coder setup to version 0.9.4 and now when I view the dashboard I see a huge license violation warning because the audit feature is enabled.
image
I did not enabled this feature nor would I know how after a license.

Desired solution

The warning should not appear when the feature is not actively configured or used.

My coder env settings:

      CODER_PG_CONNECTION_URL: "postgresql://{{ coder__postgres_user }}:{{ coder__postgres_password }}@postgres/{{ coder__postgres_db }}?sslmode=disable"
      CODER_ADDRESS: "0.0.0.0:7080"
      CODER_ACCESS_URL: "{{ coder__url_with_proto }}"
      CODER_WILDCARD_ACCESS_URL: "{{ coder__wildcard_url }}"
      CODER_PROMETHEUS_ENABLE: "true"
      CODER_PROMETHEUS_ADDRESS: "0.0.0.0:7090"
      CODER_TAILSCALE: true

Metadata

Metadata

Assignees

Labels

s0Major regression, all-hands-on-deck to fix

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions