h1. Auth Service
Add auth mobile security service support in "service" subcommand.
h2. Init
Initializes a keycloak realm mobile security service resource locally saving the keycloakrealm cr locally in .ag folder.
*Command:* ag service init auth security
*Parameters:*
||Name||Type||Description||Default|| | realm app - id identifier |string| keycloak realm id unique mobile app identifier |$appname -realm | |username|string|admin username|admin| |password|string|admin password|$auto_gen_uuid_password|
Note: $appname should be retrieved from the already created mobileclient resource.
h2. Delete
Deletes an auth service.
*Command:* ag service delete $name
"$name" being the service unique name (.metadata.name).
|
|