Analyze Keycloak deployment configuration and identify potential issues or provide recommendations.
Input deployment_info should include:
- keycloak_version: version string
- deployment_type: (standalone, clustered)
- database: database type (postgresql, mysql, h2)
- protocol: (http, https)
- cache_type: (local, infinispan)
- auth_providers: list of configured identity providers
- any warnings or alerts
Returns structured analysis and recommendations based on the deployment state.
Connector