Description:
pmm not send value GF_AUTH_GENERIC_OAUTH_CLIENT_ID
sends a static value “some_id”
Steps to Reproduce:
add idc helm values
GF_AUTH_GENERIC_OAUTH_CLIENT_ID: ‘cG1t’
GF_AUTH_GENERIC_OAUTH_CLIENT_SECRET: ‘*’
complete authentication PMM
Version:
pmm3, chart pmm@1.4.1
Logs:
https://domain.ru/application/o/authorize/?client_id=some_id&redirect_uri=https%3A%2F%2Fpmm.ru%2Fgraph%2Flogin%2Fgeneric_oauth&response_type=code&scope=openid+profile+email+offline_access+groups&state=7LhSBgy5
Expected Result:
authorize/?client_id=pmm
Actual Result:
authorize/?client_id=some_id
these values are not passed from helm
Hi,
Can you check if secret.create set to true in values.yml?
Can you try to set this value in pmmEnv?
hi, i added secret.create: true and redeploy pod, but nothing has changed.
secret:
create: true
name: pmm-secret
pmm_password: "test"
GF_AUTH_GENERIC_OAUTH_CLIENT_ID: 'cG1t'
GF_AUTH_GENERIC_OAUTH_CLIENT_SECRET: '*'
if look at secrets, it creates, but values no passed grafana
I can only change the value in UI grafana, then it works