From a6e68dbe177182fe386c53934fe9b79fbb5ad076 Mon Sep 17 00:00:00 2001 From: chrislu Date: Tue, 26 Aug 2025 09:41:11 -0700 Subject: [PATCH] Update iam_config.json --- test/s3/iam/iam_config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/s3/iam/iam_config.json b/test/s3/iam/iam_config.json index d931f8389..24cf80f04 100644 --- a/test/s3/iam/iam_config.json +++ b/test/s3/iam/iam_config.json @@ -19,11 +19,11 @@ "type": "oidc", "enabled": true, "config": { - "issuer": "http://localhost:8080/realms/seaweedfs-test", + "issuer": "http://localhost:8090/realms/seaweedfs-test", "clientId": "seaweedfs-s3", "clientSecret": "seaweedfs-s3-secret", - "jwksUri": "http://localhost:8080/realms/seaweedfs-test/protocol/openid-connect/certs", - "userInfoUri": "http://localhost:8080/realms/seaweedfs-test/protocol/openid-connect/userinfo", + "jwksUri": "http://localhost:8090/realms/seaweedfs-test/protocol/openid-connect/certs", + "userInfoUri": "http://localhost:8090/realms/seaweedfs-test/protocol/openid-connect/userinfo", "scopes": ["openid", "profile", "email"], "claimsMapping": { "username": "preferred_username",