carlosthe19916/Keycloak Admin CLI
Executes Keycloak Admin CLI against a defined server.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | The version of the keycloak image client to use | no | latest |
| server | The server URL e.g. http://localhost:8080/auth | yes | — |
| username | The username to start a session. | yes | — |
| password | The password to start a session. | yes | — |
| realm | The realm to start a session against to (default master). | no | master |
| client | The client to start a session against to (default admin-cli). | no | admin-cli |
| server-wait-timeout | Time to wait until server is available. | no | 120 |
| kcadm | The commands to execute after authenticated in Keycloak e.g. update realms/rhamt -f rhamt-realm.json. | yes | — |
Outputs
no outputs