Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] sigv4_auth_enabled doesn't appear to be working #608

Closed
paulczar opened this issue Nov 11, 2021 · 1 comment
Closed

[Bug] sigv4_auth_enabled doesn't appear to be working #608

paulczar opened this issue Nov 11, 2021 · 1 comment
Labels
bug Something isn't working triage/accepted Indicates an issue or PR is ready to be actively worked on.

Comments

@paulczar
Copy link
Contributor

Describe the bug

I set spec.config.auth.sigv4_auth_enabled in my grafana operand, but the configmap doesn't show it and its not set grafana.

Version
v4.0.1

To Reproduce

  1. Create a grafana CR
apiVersion: integreatly.org/v1alpha1
kind: Grafana
metadata:
  annotations:
  name: my-grafana
  namespace: custom-metrics
spec:
  config:
    auth:
      sigv4_auth_enabled: true
...
...

check the configmap grafana-config

apiVersion: v1
data:
  grafana.ini: |+
    [auth]
    disable_login_form = false
    disable_signout_menu = false

    [auth.anonymous]
    enabled = true

    [auth.basic]
    enabled = true

    [log]
    level = warn
    mode = console

    [paths]
    data = /var/lib/grafana
    logs = /var/log/grafana
    plugins = /var/lib/grafana/plugins
    provisioning = /etc/grafana/provisioning/

    [security]
    cookie_secure = true

    [users]
    allow_sign_up = false

Expected behavior

the grafana config should contain sigv4_auth_enabled = true

@paulczar paulczar added bug Something isn't working needs triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Nov 11, 2021
@NissesSenap NissesSenap added triage/accepted Indicates an issue or PR is ready to be actively worked on. and removed needs triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Nov 12, 2021
@pb82
Copy link
Collaborator

pb82 commented Nov 23, 2021

#609 has been merged, closing this.

@pb82 pb82 closed this as completed Nov 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage/accepted Indicates an issue or PR is ready to be actively worked on.
Projects
None yet
Development

No branches or pull requests

3 participants