Skip to content

Commit 4d44b85

Browse files
committed
feat: problem with redirect
1 parent dc500aa commit 4d44b85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)