Initial upload
This commit is contained in:
parent
a368827087
commit
a6b864397a
56 changed files with 145 additions and 145 deletions
|
|
@ -83,7 +83,7 @@ data:
|
|||
proxy=edge
|
||||
|
||||
# hostname configuration
|
||||
hostname=<no value>
|
||||
hostname=localtest.me
|
||||
http-relative-path=keycloak
|
||||
|
||||
# the admin url requires its own configuration to reflect correct url
|
||||
|
|
|
|||
|
|
@ -145,7 +145,7 @@ data:
|
|||
"rootUrl": "",
|
||||
"baseUrl": "",
|
||||
"redirectUris": [
|
||||
"https://<no value>:443/argo-workflows/oauth2/callback"
|
||||
"https://localtest.me:443/argo-workflows/oauth2/callback"
|
||||
],
|
||||
"webOrigins": [
|
||||
"/*"
|
||||
|
|
@ -174,7 +174,7 @@ data:
|
|||
"rootUrl": "",
|
||||
"baseUrl": "",
|
||||
"redirectUris": [
|
||||
"https://<no value>:443/api/auth/keycloak-oidc/handler/frame"
|
||||
"https://localtest.me:443/api/auth/keycloak-oidc/handler/frame"
|
||||
],
|
||||
"webOrigins": [
|
||||
"/*"
|
||||
|
|
@ -186,15 +186,15 @@ data:
|
|||
"clientId": "grafana",
|
||||
"name": "Grafana Client",
|
||||
"description": "Used for Grafana SSO",
|
||||
"rootUrl": "https://<no value>/grafana",
|
||||
"adminUrl": "https://<no value>/grafana",
|
||||
"baseUrl": "https://<no value>/grafana",
|
||||
"rootUrl": "https://localtest.me/grafana",
|
||||
"adminUrl": "https://localtest.me/grafana",
|
||||
"baseUrl": "https://localtest.me/grafana",
|
||||
"alwaysDisplayInConsole": false,
|
||||
"redirectUris": [
|
||||
"http://<no value>/grafana/*"
|
||||
"http://localtest.me/grafana/*"
|
||||
],
|
||||
"webOrigins": [
|
||||
"https://<no value>/grafana"
|
||||
"https://localtest.me/grafana"
|
||||
],
|
||||
"standardFlowEnabled": true,
|
||||
"implicitFlowEnabled": false,
|
||||
|
|
@ -241,7 +241,7 @@ data:
|
|||
"rootUrl": "",
|
||||
"baseUrl": "",
|
||||
"redirectUris": [
|
||||
"https://<no value>/*"
|
||||
"https://localtest.me/*"
|
||||
],
|
||||
"webOrigins": [
|
||||
"/*"
|
||||
|
|
@ -270,7 +270,7 @@ data:
|
|||
"rootUrl": "",
|
||||
"baseUrl": "",
|
||||
"redirectUris": [
|
||||
"https://<no value>/*"
|
||||
"https://gitea.localtest.me/*"
|
||||
],
|
||||
"webOrigins": [
|
||||
"/*"
|
||||
|
|
@ -517,7 +517,7 @@ spec:
|
|||
|
||||
ARGOCD_PASSWORD=$(./kubectl -n argocd get secret argocd-initial-admin-secret -o go-template='{{.data.password | base64decode }}')
|
||||
|
||||
ARGOCD_SESSION_TOKEN=$(curl -sS https://<no value>/argocd/api/v1/session -H 'Content-Type: application/json' -d "{\"username\":\"admin\",\"password\":\"${ARGOCD_PASSWORD}\"}" | jq -r .token)
|
||||
ARGOCD_SESSION_TOKEN=$(curl -sS https://localtest.me/argocd/api/v1/session -H 'Content-Type: application/json' -d "{\"username\":\"admin\",\"password\":\"${ARGOCD_PASSWORD}\"}" | jq -r .token)
|
||||
|
||||
echo \
|
||||
"apiVersion: v1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue