Merge "Add keycloak auth config to Zuul"
This commit is contained in:
commit
5df37e6a09
@ -77,6 +77,13 @@ client_id=zuul.opendev.org
|
|||||||
issuer_id=zuul.opendev.org
|
issuer_id=zuul.opendev.org
|
||||||
secret={{ zuul_local_auth_secret }}
|
secret={{ zuul_local_auth_secret }}
|
||||||
|
|
||||||
|
[auth keycloak]
|
||||||
|
default=true
|
||||||
|
driver=OpenIDConnect
|
||||||
|
realm=zuul
|
||||||
|
issuer_id=https://keycloak.opendev.org/auth/realms/zuul
|
||||||
|
client_id=zuul
|
||||||
|
|
||||||
{% for connection in zuul_connections -%}
|
{% for connection in zuul_connections -%}
|
||||||
[connection "{{ connection['name'] }}"]
|
[connection "{{ connection['name'] }}"]
|
||||||
{% for key, value in connection.items() -%}
|
{% for key, value in connection.items() -%}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user