33 lines
1.4 KiB
Django/Jinja
33 lines
1.4 KiB
Django/Jinja
{
|
|
"argocd": {
|
|
"name": "Argo CD",
|
|
"client_id": {{ noble_authentik_client_id_argocd | to_json }},
|
|
"client_secret": {{ noble_authentik_client_secret_argocd | to_json }},
|
|
"redirect_uri": "https://argo.apps.noble.lab.pcenicni.dev/auth/callback"
|
|
},
|
|
"grafana": {
|
|
"name": "Grafana",
|
|
"client_id": {{ noble_authentik_client_id_grafana | to_json }},
|
|
"client_secret": {{ noble_authentik_client_secret_grafana | to_json }},
|
|
"redirect_uri": "https://grafana.apps.noble.lab.pcenicni.dev/login/generic_oauth"
|
|
},
|
|
"headlamp": {
|
|
"name": "Headlamp",
|
|
"client_id": {{ noble_authentik_client_id_headlamp | to_json }},
|
|
"client_secret": {{ noble_authentik_client_secret_headlamp | to_json }},
|
|
"redirect_uri": "https://headlamp.apps.noble.lab.pcenicni.dev/oidc-callback"
|
|
},
|
|
"oauth2-proxy": {
|
|
"name": "oauth2-proxy (ForwardAuth)",
|
|
"client_id": {{ noble_authentik_client_id_oauth2_proxy | to_json }},
|
|
"client_secret": {{ noble_authentik_client_secret_oauth2_proxy | to_json }},
|
|
"redirect_uri": "https://{{ noble_authentik_oauth2_proxy_host }}/oauth2/callback"
|
|
},
|
|
"open-webui": {
|
|
"name": "Open WebUI",
|
|
"client_id": {{ noble_authentik_client_id_open_webui | to_json }},
|
|
"client_secret": {{ noble_authentik_client_secret_open_webui | to_json }},
|
|
"redirect_uri": "https://{{ noble_open_webui_public_host | trim }}/oauth/oidc/callback"
|
|
}
|
|
}
|