fix ssh key for git sync
This commit is contained in:
@@ -1,22 +1,16 @@
|
|||||||
hostAliases:
|
|
||||||
- ip: "13.140.150.2"
|
|
||||||
hostnames:
|
|
||||||
- "keycloak.idir-belfares.fr"
|
|
||||||
|
|
||||||
config:
|
config:
|
||||||
existingSecret: oauth2-proxy-alertmanager
|
existingSecret: oauth2-proxy-alertmanager
|
||||||
cookie_secure: false
|
cookie_secure: true
|
||||||
reverse_proxy: true
|
|
||||||
set_xauthrequest: true
|
set_xauthrequest: true
|
||||||
cookie_samesite: "lax"
|
cookie_samesite: "lax"
|
||||||
redirect_url: http://alertmanager.idir-belfares.fr/oauth2/callback
|
redirect_url: https://alertmanager.idir-belfares.fr/oauth2/callback
|
||||||
|
|
||||||
extraArgs:
|
extraArgs:
|
||||||
provider: oidc
|
provider: oidc
|
||||||
skip-oidc-discovery: "true"
|
skip-oidc-discovery: "true"
|
||||||
login-url: "http://keycloak.idir-belfares.fr/auth/realms/k8s-apps/protocol/openid-connect/auth"
|
login-url: "https://keycloak.idir-belfares.fr/auth/realms/k8s-apps/protocol/openid-connect/auth"
|
||||||
redeem-url: "http://keycloak-keycloakx-http.keycloak.svc.cluster.local/auth/realms/k8s-apps/protocol/openid-connect/token"
|
redeem-url: "http://keycloak-keycloakx-http.keycloak.svc.cluster.local/auth/realms/k8s-apps/protocol/openid-connect/token"
|
||||||
oidc-issuer-url: "http://keycloak-keycloakx-http.keycloak.svc.cluster.local/auth/realms/k8s-apps"
|
oidc-issuer-url: "https://keycloak.idir-belfares.fr/auth/realms/k8s-apps"
|
||||||
oidc-jwks-url: "http://keycloak-keycloakx-http.keycloak.svc.cluster.local/auth/realms/k8s-apps/protocol/openid-connect/certs"
|
oidc-jwks-url: "http://keycloak-keycloakx-http.keycloak.svc.cluster.local/auth/realms/k8s-apps/protocol/openid-connect/certs"
|
||||||
email-domain: "*"
|
email-domain: "*"
|
||||||
insecure-oidc-allow-unverified-email: "true"
|
insecure-oidc-allow-unverified-email: "true"
|
||||||
@@ -25,7 +19,13 @@ extraArgs:
|
|||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
className: nginx
|
className: nginx
|
||||||
|
annotations:
|
||||||
|
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||||
hosts:
|
hosts:
|
||||||
- alertmanager.idir-belfares.fr
|
- alertmanager.idir-belfares.fr
|
||||||
|
tls:
|
||||||
|
- secretName: alertmanager-tls
|
||||||
|
hosts:
|
||||||
|
- alertmanager.idir-belfares.fr
|
||||||
path: /
|
path: /
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
|
|||||||
@@ -1,22 +1,16 @@
|
|||||||
hostAliases:
|
|
||||||
- ip: "13.140.150.2"
|
|
||||||
hostnames:
|
|
||||||
- "keycloak.idir-belfares.fr"
|
|
||||||
|
|
||||||
config:
|
config:
|
||||||
existingSecret: oauth2-proxy-prometheus
|
existingSecret: oauth2-proxy-prometheus
|
||||||
cookie_secure: false
|
cookie_secure: true
|
||||||
reverse_proxy: true
|
|
||||||
set_xauthrequest: true
|
set_xauthrequest: true
|
||||||
cookie_samesite: "lax"
|
cookie_samesite: "lax"
|
||||||
redirect_url: http://prometheus.idir-belfares.fr/oauth2/callback
|
redirect_url: https://prometheus.idir-belfares.fr/oauth2/callback
|
||||||
|
|
||||||
extraArgs:
|
extraArgs:
|
||||||
provider: oidc
|
provider: oidc
|
||||||
skip-oidc-discovery: "true"
|
skip-oidc-discovery: "true"
|
||||||
login-url: "http://keycloak.idir-belfares.fr/auth/realms/k8s-apps/protocol/openid-connect/auth"
|
login-url: "https://keycloak.idir-belfares.fr/auth/realms/k8s-apps/protocol/openid-connect/auth"
|
||||||
redeem-url: "http://keycloak-keycloakx-http.keycloak.svc.cluster.local/auth/realms/k8s-apps/protocol/openid-connect/token"
|
redeem-url: "http://keycloak-keycloakx-http.keycloak.svc.cluster.local/auth/realms/k8s-apps/protocol/openid-connect/token"
|
||||||
oidc-issuer-url: "http://keycloak-keycloakx-http.keycloak.svc.cluster.local/auth/realms/k8s-apps"
|
oidc-issuer-url: "https://keycloak.idir-belfares.fr/auth/realms/k8s-apps"
|
||||||
oidc-jwks-url: "http://keycloak-keycloakx-http.keycloak.svc.cluster.local/auth/realms/k8s-apps/protocol/openid-connect/certs"
|
oidc-jwks-url: "http://keycloak-keycloakx-http.keycloak.svc.cluster.local/auth/realms/k8s-apps/protocol/openid-connect/certs"
|
||||||
email-domain: "*"
|
email-domain: "*"
|
||||||
insecure-oidc-allow-unverified-email: "true"
|
insecure-oidc-allow-unverified-email: "true"
|
||||||
@@ -25,7 +19,13 @@ extraArgs:
|
|||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
className: nginx
|
className: nginx
|
||||||
|
annotations:
|
||||||
|
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||||
hosts:
|
hosts:
|
||||||
- prometheus.idir-belfares.fr
|
- prometheus.idir-belfares.fr
|
||||||
|
tls:
|
||||||
|
- secretName: prometheus-tls
|
||||||
|
hosts:
|
||||||
|
- prometheus.idir-belfares.fr
|
||||||
path: /
|
path: /
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
|
|||||||
Reference in New Issue
Block a user