Update custom-values.yaml, CUSTOM-README.md
This commit is contained in:
@@ -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 수정 필요
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user