Update custom-values.yaml, CUSTOM-README.md

This commit is contained in:
wbsong111
2025-02-12 12:31:04 +09:00
parent 47489165f1
commit 258b444118
2 changed files with 66 additions and 16 deletions
+3 -3
View File
@@ -24,7 +24,7 @@ configOverrides:
role = []
username = data.get("preferred_username", "")
host = request.host
dip_api_url = "https://dip-api.example.org" ## dip api url 수정 필요
dip_api_url = "{dip api url}" # dip api url 수정 필요 ex) https://dip-api.example.org
# URL과 데이터 정의
url = f"{dip_api_url}/gwapi/v1/projectusers/{username}"
request_data = {"url": f"https://{host}"}
@@ -66,8 +66,8 @@ configOverrides:
"scope": "openid email profile",
'verify': False
},
'server_metadata_url': 'https://keycloak.example.org/auth/realms/paasup/.well-known/openid-configuration',
'api_base_url': 'https://keycloak.example.org/auth/realms/paasup/protocol/'
'server_metadata_url': 'https://{keycloak url}/auth/realms/paasup/.well-known/openid-configuration', # keycloak url 수정 필요
'api_base_url': 'https://{keycloak url}/auth/realms/paasup/protocol/' # keycloak url 수정 필요
}
}
]