Skip to content

Commit

Permalink
Update grafana client
Browse files Browse the repository at this point in the history
  • Loading branch information
jacopen committed Feb 18, 2025
1 parent 3153144 commit 9f5bf8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth0/client.tf
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ resource "auth0_client" "tfer--34CNIWysaolYGdA5FK2OVGRgcNaEWNoU_ArgoCD" {

resource "auth0_client" "tfer--61c91hIk6j8dz2RAaNytOyHFgyKqilTX_Grafana" {
app_type = "regular_web"
callbacks = ["https://grafana.cloudnativedays.jp/login/generic_oauth", "https://grafana.dev.cloudnativedays.jp/login/generic_oauth", "https://stg.grafana.cloudnativedays.jp/login/generic_oauth"]
callbacks = ["https://grafana.cloudnativedays.jp/login/generic_oauth", "https://grafana.dev.cloudnativedays.jp/login/generic_oauth", "https://stg.grafana.cloudnativedays.jp/login/generic_oauth", "http://localhost:3000/login/generic_oauth"]
cross_origin_auth = "false"
custom_login_page_on = "true"
grant_types = ["authorization_code", "client_credentials", "implicit", "refresh_token"]
Expand Down

0 comments on commit 9f5bf8e

Please sign in to comment.