Reputation: 129
I'm working with Keycloak and have encountered an issue while syncing data between production and staging environments. Here's the situation:
Architecture: Keycloak, mysql, backend (my code)
How can I automate the process of updating the admin user password (or resolving the 401 Unauthorized issue) when restoring a production Keycloak dump to staging, without manual intervention?
Keycloak version: 26.0.7
Upvotes: 0
Views: 33