Skip to content

Commit

Permalink
fix: grafana_oauth2_client_secret
Browse files Browse the repository at this point in the history
  • Loading branch information
dougppaz committed Apr 28, 2024
1 parent 4769575 commit de533c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ newrelic_license_key: '{{ lookup("env", "NEWRELIC_LICENSE_KEY") }}'
docker_certs_dir: '{{ lookup("env", "DOCKER_CERTS_DIR") }}'
local_docker_certs_dir: '{{ lookup("env", "LOCAL_DOCKER_CERTS_DIR") }}'
grafana_oauth2_client_id: '{{ lookup("env", "GRAFANA_OAUTH2_CLIENT_ID") }}'
grafana_oauth2_client_secret: '{{ lookup("env", "GRAFANA_OAUTH2_CLIENT_SECRET") }}'
social_auth_roll_key: '{{ lookup("env", "SOCIAL_AUTH_ROLL_KEY") }}'
social_auth_roll_secret: '{{ lookup("env", "SOCIAL_AUTH_ROLL_SECRET") }}'

0 comments on commit de533c8

Please sign in to comment.