File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -632,7 +632,7 @@ resource "azurerm_container_group" "minio_aci_container_group" {
632632 MINIO_ROOT_USER = var.minio_root_user
633633 MINIO_ROOT_PASSWORD = var.minio_root_password
634634 MINIO_BROWSER_REDIRECT_URL = " https://${ azurerm_public_ip . agw_pip . fqdn } "
635- MINIO_IDENTITY_OPENID_CONFIG_URL = " https ://${ azurerm_public_ip . agw_pip . fqdn } :8444 /realms/minio_realm/.well-known/openid-configuration"
635+ MINIO_IDENTITY_OPENID_CONFIG_URL = " http ://localhost:8083 /realms/minio_realm/.well-known/openid-configuration"
636636 MINIO_IDENTITY_OPENID_CLIENT_ID = " minio-client"
637637 MINIO_IDENTITY_OPENID_CLIENT_SECRET = random_password.keycloak_client_secret.result
638638 MINIO_IDENTITY_OPENID_CLAIM_NAME = " policy"
You can’t perform that action at this time.
0 commit comments