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

Support for mounting secret/configmap #190

Closed
1337andre opened this issue May 27, 2020 · 2 comments
Closed

Support for mounting secret/configmap #190

1337andre opened this issue May 27, 2020 · 2 comments

Comments

@1337andre
Copy link

i tried to use generic_oauth with my IDP, which exposed self-signed certs.

I am able declare secrets in grafa

...
spec:
  secrets:
  - my-ca

But this secret will be mounter in

volumeMounts:
- mountPath: /etc/grafana-secrets/my-ca                                                 
  name: secret-my-ca

is there any way to specify mountPath like /etc/ssl/certs/ ?

Furthermore

would it be possible to define attributes for cert path via grafana crd?

tls_skip_verify_insecure
tls_client_cert
tls_client_key
tls_client_ca

@AdheipSingh
Copy link
Contributor

AdheipSingh commented May 28, 2020

I guess we don't have an option to specify volumeMounts in the deployment spec. Shall we add volumeMounts as key in the deployment spec @pb82 ?

@pb82
Copy link
Collaborator

pb82 commented Oct 14, 2020

@pb82 pb82 closed this as completed Oct 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants