Skip to content

Commit 2925ef2

Browse files
author
Your Name
committed
Bump up Version
1 parent 4eed16a commit 2925ef2

File tree

1 file changed

+4
-8
lines changed
  • charts/opencloud-microservices/deployments/timoni/opencloud

1 file changed

+4
-8
lines changed

charts/opencloud-microservices/deployments/timoni/opencloud/configmap.yaml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,6 @@ data:
3333
INGRESS_PROXY_BODY_SIZE: "1024m"
3434
GATEWAY_HTTPROUTE_ENABLED: "true"
3535

36-
###############################################################################
37-
# OIDC Configuration
38-
###############################################################################
39-
OIDC_IDP_INSECURE: "true"
40-
OC_HTTP_API_INSECURE: "true"
41-
APPS_INTEGRATION_ENABLED: "true"
42-
WEB_OIDC_WEB_CLIENT_ID: "web"
43-
4436
###############################################################################
4537
# Persistence StorageClass and AccessModes (global defaults)
4638
###############################################################################
@@ -109,6 +101,10 @@ data:
109101
OIDC_USER_ID_CLAIM: "sub"
110102
OIDC_USER_ID_CLAIM_ATTRIBUTE_MAPPING: "username"
111103
OIDC_ROLE_ASSIGNMENT_CLAIM: "roles"
104+
OIDC_IDP_INSECURE: "true"
105+
OC_HTTP_API_INSECURE: "true"
106+
APPS_INTEGRATION_ENABLED: "true"
107+
WEB_OIDC_WEB_CLIENT_ID: "web"
112108

113109
###############################################################################
114110
# Search Configuration

0 commit comments

Comments
 (0)