auth
This commit is contained in:
21
infra/overlays/upc-dev/chibisafe/keycloak-client-config.yaml
Normal file
21
infra/overlays/upc-dev/chibisafe/keycloak-client-config.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: keycloak-client-chibisafe
|
||||
namespace: chibisafe
|
||||
labels:
|
||||
keycloak.forteapps.net/client-config: "true"
|
||||
stringData:
|
||||
client.json: |
|
||||
{
|
||||
"clientId": "chibisafe",
|
||||
"name": "Chibisafe",
|
||||
"redirectUris": ["https://chibisafe.forteapps.net/*"],
|
||||
"webOrigins": ["https://chibisafe.forteapps.net"],
|
||||
"protocolMappers": [],
|
||||
"secret": {
|
||||
"namespace": "chibisafe",
|
||||
"name": "chibisafe-oidc-credentials",
|
||||
"keys": { "clientId": "client-id", "clientSecret": "client-secret" }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user