Files
athletic-map-deploy/tenants/escolinha/35-realm-import-cm.yaml
T

43 lines
1.2 KiB
YAML

apiVersion: v1
data:
athleticmap-realm.json: |
{
"realm": "athleticmap",
"loginTheme": "athleticmap-v2",
"enabled": true,
"displayName": "Athletic Map",
"loginWithEmailAllowed": true,
"rememberMe": true,
"resetPasswordAllowed": true,
"roles": {
"realm": [
{ "name": "admin" },
{ "name": "atm_athlete" },
{ "name": "atm_trainer" },
{ "name": "atm_team_admin" },
{ "name": "atm_fed_admin" }
]
},
"clients": [
{
"clientId": "spa",
"name": "Athletic Map SPA",
"publicClient": true,
"protocol": "openid-connect",
"standardFlowEnabled": true,
"implicitFlowEnabled": false,
"directAccessGrantsEnabled": false,
"redirectUris": ["https://escolinha.athleticmap.influxdigital.com.br/*"],
"webOrigins": ["https://escolinha.athleticmap.influxdigital.com.br"],
"attributes": {
"pkce.code.challenge.method": "S256",
"post.logout.redirect.uris": "https://escolinha.athleticmap.influxdigital.com.br/*"
}
}
]
}
kind: ConfigMap
metadata:
name: kc-realm-import
namespace: escolinha-prod