Skip to content
Snippets Groups Projects
Commit eed7b369 authored by Andreas Kempe's avatar Andreas Kempe
Browse files

lysgraf: use lookup function to get hiera value

parent 63283110
No related branches found
No related tags found
No related merge requests found
...@@ -323,7 +323,7 @@ class lysgraf { ...@@ -323,7 +323,7 @@ class lysgraf {
name => 'Keycloak-OAuth', name => 'Keycloak-OAuth',
allow_sign_up => true, allow_sign_up => true,
client_id => 'grafana-oauth', client_id => 'grafana-oauth',
#client_secret => Sensitive(chomp($client_secret_content)), client_secret => Sensitive(chomp(lookup('lysgraf::grafana::client_secret_content'))),
scopes => 'openid email profile offline_access roles', scopes => 'openid email profile offline_access roles',
email_attribute_path => 'email', email_attribute_path => 'email',
login_attribute_path => 'username', login_attribute_path => 'username',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment