fix: realm JSON no repo + configmaps com novo dominio
This commit is contained in:
@@ -0,0 +1,39 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
data:
|
||||||
|
athleticmap-realm.json: |
|
||||||
|
{
|
||||||
|
"realm": "athleticmap",
|
||||||
|
"enabled": true,
|
||||||
|
"displayName": "Athletic Map",
|
||||||
|
"loginWithEmailAllowed": 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://demo.athleticmap.influxdigital.com.br/*"],
|
||||||
|
"webOrigins": ["https://demo.athleticmap.influxdigital.com.br"],
|
||||||
|
"attributes": {
|
||||||
|
"pkce.code.challenge.method": "S256",
|
||||||
|
"post.logout.redirect.uris": "https://demo.athleticmap.influxdigital.com.br/*"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
kind: ConfigMap
|
||||||
|
metadata:
|
||||||
|
name: kc-realm-import
|
||||||
|
namespace: demo-prod
|
||||||
|
|||||||
@@ -0,0 +1,32 @@
|
|||||||
|
{
|
||||||
|
"realm": "athleticmap",
|
||||||
|
"enabled": true,
|
||||||
|
"displayName": "Athletic Map",
|
||||||
|
"loginWithEmailAllowed": 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://demo.athleticmap.influxdigital.com.br/*"],
|
||||||
|
"webOrigins": ["https://demo.athleticmap.influxdigital.com.br"],
|
||||||
|
"attributes": {
|
||||||
|
"pkce.code.challenge.method": "S256",
|
||||||
|
"post.logout.redirect.uris": "https://demo.athleticmap.influxdigital.com.br/*"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,39 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
data:
|
||||||
|
athleticmap-realm.json: |
|
||||||
|
{
|
||||||
|
"realm": "athleticmap",
|
||||||
|
"enabled": true,
|
||||||
|
"displayName": "Athletic Map",
|
||||||
|
"loginWithEmailAllowed": 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://piloto.athleticmap.influxdigital.com.br/*"],
|
||||||
|
"webOrigins": ["https://piloto.athleticmap.influxdigital.com.br"],
|
||||||
|
"attributes": {
|
||||||
|
"pkce.code.challenge.method": "S256",
|
||||||
|
"post.logout.redirect.uris": "https://piloto.athleticmap.influxdigital.com.br/*"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
kind: ConfigMap
|
||||||
|
metadata:
|
||||||
|
name: kc-realm-import
|
||||||
|
namespace: piloto-prod
|
||||||
|
|||||||
@@ -0,0 +1,32 @@
|
|||||||
|
{
|
||||||
|
"realm": "athleticmap",
|
||||||
|
"enabled": true,
|
||||||
|
"displayName": "Athletic Map",
|
||||||
|
"loginWithEmailAllowed": 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://piloto.athleticmap.influxdigital.com.br/*"],
|
||||||
|
"webOrigins": ["https://piloto.athleticmap.influxdigital.com.br"],
|
||||||
|
"attributes": {
|
||||||
|
"pkce.code.challenge.method": "S256",
|
||||||
|
"post.logout.redirect.uris": "https://piloto.athleticmap.influxdigital.com.br/*"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user