Resume user-engine integration rollout
This commit is contained in:
parent
20d4d8af04
commit
96266b9371
6 changed files with 115 additions and 27 deletions
|
|
@ -62,6 +62,14 @@ spec:
|
|||
- {name: USER_ENGINE_OIDC_REDIRECT_URI, value: "https://users.92-205-62-239.nip.io/oidc/callback"}
|
||||
- {name: USER_ENGINE_OIDC_BACKEND_URL, value: "http://keycape.sso.svc.cluster.local:8080"}
|
||||
- {name: USER_ENGINE_FLEX_AUTH_URL, value: "http://flex-auth-user-engine.flex-auth.svc.cluster.local:8080"}
|
||||
- {name: USER_ENGINE_EVENT_URL, value: "http://audit-core.audit-core.svc.cluster.local:8080/v1/events"}
|
||||
- {name: USER_ENGINE_MAIL_URL, value: "http://email-connect.email-connect.svc.cluster.local:8080/v1/send"}
|
||||
- name: USER_ENGINE_EVENT_TOKEN
|
||||
valueFrom:
|
||||
secretKeyRef: {name: user-engine-delivery, key: event-token}
|
||||
- name: USER_ENGINE_MAIL_TOKEN
|
||||
valueFrom:
|
||||
secretKeyRef: {name: user-engine-delivery, key: mail-token}
|
||||
- {name: USER_ENGINE_PUBLIC_REGISTRATION, value: "false"}
|
||||
- {name: USER_ENGINE_REGISTRATION_RATE_LIMIT, value: "10"}
|
||||
- {name: USER_ENGINE_REGISTRATION_RATE_WINDOW_SECONDS, value: "60"}
|
||||
|
|
@ -151,6 +159,12 @@ spec:
|
|||
podSelector:
|
||||
matchLabels: {app.kubernetes.io/name: email-connect}
|
||||
ports: [{protocol: TCP, port: 8080}]
|
||||
- to:
|
||||
- namespaceSelector:
|
||||
matchLabels: {kubernetes.io/metadata.name: audit-core}
|
||||
podSelector:
|
||||
matchLabels: {app.kubernetes.io/name: audit-core}
|
||||
ports: [{protocol: TCP, port: 8080}]
|
||||
- to:
|
||||
- namespaceSelector:
|
||||
matchLabels: {kubernetes.io/metadata.name: kube-system}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue