You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have updated the keycloak to lateste version v25.0.06. Everything is working fine except this "module.keycloak.keycloak_openid_client_permissions.token_exchange"
We are creating this resource
Error: error sending PUT request to /auth/admin/realms/abc/clients/2b0cf582-d0fa-4003-a11a-e1997676386d/management/permissions: 500 Internal Server Error. Response body: {"error":"unknown_error","error_description":"For more on this error consult the server log at the debug level."}
Here is the debug log
2024-10-08T11:49:42.406+0200 [DEBUG] provider.terraform-provider-keycloak_v4.4.0:
Received response:
@module=provider
tf_req_id=3d077183-63f7-234f-dc1f-4539d2f26383
tf_rpc=Configure
@caller=github.com/mrparkers/terraform-provider-keycloak/keycloak/keycloak_client.go:374
status="200 OK"
tf_provider_addr=provider
timestamp=2024-10-08T11:49:42.405+0200
module.keycloak.keycloak_openid_client_permissions.token_exchange: Creating...
2024-10-08T11:49:42.411+0200 [INFO]
Starting apply for module.keycloak.keycloak_openid_client_permissions.token_exchange
2024-10-08T11:49:42.412+0200 [DEBUG]
module.keycloak.keycloak_openid_client_permissions.token_exchange:
applying the planned Create change
2024-10-08T11:49:42.412+0200 [DEBUG] provider.terraform-provider-keycloak_v4.4.0:
Sending request:
path=/auth/admin/realms/abc/clients/2b0cf582-d0fa-4003-a11a-e1997676386d/management/permissions
tf_provider_addr=provider
tf_req_id=8c28d32c-e0c4-7af2-e974-99503dffd2a6
@caller=github.com/mrparkers/terraform-provider-keycloak/keycloak/keycloak_client.go:327
method=PUT
@module=provider
body={"enabled":true}
tf_resource_type=keycloak_openid_client_permissions
tf_rpc=ApplyResourceChange
timestamp=2024-10-08T11:49:42.412+0200
2024-10-08T11:49:42.471+0200 [DEBUG] provider.terraform-provider-keycloak_v4.4.0:
Received response:
@caller=github.com/mrparkers/terraform-provider-keycloak/keycloak/keycloak_client.go:374
@module=provider
tf_req_id=8c28d32c-e0c4-7af2-e974-99503dffd2a6
tf_rpc=ApplyResourceChange
body={"error":"unknown_error", "error_description":"For more on this error consult the server log at the debug level."}
status="500 Internal Server Error"
tf_provider_addr=provider
tf_resource_type=keycloak_openid_client_permissions
timestamp=2024-10-08T11:49:42.470+0200
2024-10-08T11:49:42.471+0200 [ERROR] provider.terraform-provider-keycloak_v4.4.0:
Response contains error diagnostic:
tf_resource_type=keycloak_openid_client_permissions
@module=sdk.proto
diagnostic_detail=
tf_proto_version=5.3
tf_req_id=8c28d32c-e0c4-7af2-e974-99503dffd2a6
tf_rpc=ApplyResourceChange
@caller=github.com/hashicorp/[email protected]/tfprotov5/internal/diag/diagnostics.go:55
diagnostic_severity=ERROR
diagnostic_summary="error sending PUT request to /auth/admin/realms/abc/clients/2b0cf582-d0fa-4003-a11a-e1997676386d/management/permissions: 500 Internal Server Error.
Response body: {"error":"unknown_error", "error_description":"For more on this error consult the server log at the debug level."}"
tf_provider_addr=provider
timestamp=2024-10-08T11:49:42.471+0200
The text was updated successfully, but these errors were encountered:
We have updated the keycloak to lateste version v25.0.06. Everything is working fine except this
"module.keycloak.keycloak_openid_client_permissions.token_exchange"
We are creating this resource
Getting this error
Error: error sending PUT request to /auth/admin/realms/abc/clients/2b0cf582-d0fa-4003-a11a-e1997676386d/management/permissions: 500 Internal Server Error. Response body: {"error":"unknown_error","error_description":"For more on this error consult the server log at the debug level."}
Here is the debug log
The text was updated successfully, but these errors were encountered: