Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions charts/otomi-api/templates/istio/authorizationpolicy.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions charts/otomi-api/templates/istio/requestauthentication.yaml

This file was deleted.

6 changes: 2 additions & 4 deletions values/otomi-api/otomi-api.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ env:
{{- $v._derived.caCert | nindent 4 }}
{{- end }}
EDITOR_INACTIVITY_TIMEOUT: {{ $o.editorInactivityTimeout }}
SSO_ISSUER: {{ $v._derived.oidcBaseUrl }}
SSO_JWKS_URI: {{ $v._derived.oidcBaseUrl }}/protocol/openid-connect/certs

core:
k8s: {{- toYaml $v.k8s | nindent 4 }}
Expand All @@ -77,7 +79,3 @@ podSecurityContext:
imagePullSecrets:
- name: otomi-pullsecret-global
{{- end }}

sso:
issuer: {{ $v._derived.oidcBaseUrl }}
jwksUri: {{ $v._derived.oidcBaseUrl }}/protocol/openid-connect/certs
2 changes: 1 addition & 1 deletion versions.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
api: main
api: APL-1372
console: main
consoleLogin: main
tasks: main
Expand Down