forked from phoenix-oss/llama-stack-mirror
fix security update
This commit is contained in:
parent
8943b283e9
commit
b174effe05
14 changed files with 45 additions and 41 deletions
|
@ -73,8 +73,14 @@ if __name__ == "__main__":
|
|||
url=keycloak_url,
|
||||
realm=keycloak_realm,
|
||||
client_id=keycloak_client_id,
|
||||
custom_labels={
|
||||
"labelButton": "Sign in to kvant",
|
||||
"labelLogin": "Please sign in to your kvant account.",
|
||||
"errorNoPopup": "Unable to open the authentication popup. Allow popups and refresh the page to proceed.",
|
||||
"errorPopupClosed": "Authentication popup was closed manually.",
|
||||
"errorFatal": "Unable to connect to Keycloak using the current configuration."
|
||||
},
|
||||
auto_refresh=True,
|
||||
init_options={"checkLoginIframe": False},
|
||||
)
|
||||
|
||||
if keycloak.authenticated:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue