feat: manual only deployment
This commit is contained in:
@@ -27,14 +27,13 @@ apiServer:
|
|||||||
"remote_app": {
|
"remote_app": {
|
||||||
"client_id": "airflow",
|
"client_id": "airflow",
|
||||||
"client_secret": "kbUXWFjemGqHdfEZg5gxgcCnjK0y6eel",
|
"client_secret": "kbUXWFjemGqHdfEZg5gxgcCnjK0y6eel",
|
||||||
"api_base_url": "http://keycloak-keycloakx-http.keycloak.svc.cluster.local/auth/realms/airflow-realm/protocol/openid-connect",
|
"api_base_url": "http://keycloak.49.13.143.254.nip.io/auth/realms/airflow-realm/protocol/openid-connect",
|
||||||
"request_token_url": None,
|
"request_token_url": None,
|
||||||
"access_token_url": "http://keycloak-keycloakx-http.keycloak.svc.cluster.local/auth/realms/airflow-realm/protocol/openid-connect/token",
|
"access_token_url": "http://keycloak.49.13.143.254.nip.io/auth/realms/airflow-realm/protocol/openid-connect/token",
|
||||||
"authorize_url": "http://keycloak.49.13.143.254.nip.io/auth/realms/airflow-realm/protocol/openid-connect/auth",
|
"authorize_url": "http://keycloak.49.13.143.254.nip.io/auth/realms/airflow-realm/protocol/openid-connect/auth",
|
||||||
"jwks_uri": "http://keycloak-keycloakx-http.keycloak.svc.cluster.local/auth/realms/airflow-realm/protocol/openid-connect/certs",
|
"jwks_uri": "http://keycloak.49.13.143.254.nip.io/auth/realms/airflow-realm/protocol/openid-connect/certs",
|
||||||
"client_kwargs": {
|
"client_kwargs": {
|
||||||
"scope": "openid email profile",
|
"scope": "openid email profile"
|
||||||
"token_endpoint_auth_method": "client_secret_post"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -13,6 +13,10 @@ extraEnv: |
|
|||||||
value: edge
|
value: edge
|
||||||
- name: KC_DB
|
- name: KC_DB
|
||||||
value: dev-file
|
value: dev-file
|
||||||
|
- name: KC_HOSTNAME
|
||||||
|
value: "keycloak.49.13.143.254.nip.io"
|
||||||
|
- name: KC_HOSTNAME_BACKCHANNEL_DYNAMIC
|
||||||
|
value: "true"
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
Reference in New Issue
Block a user