CLI shoud have a subcommand (auth) to generate keycloak operator crs and create it in a given namespace:
{code:java} oc plugin ag auth add -n mobile {code}
The CRs should contain the proper labels, the very same labels that are used from the mdc UI, so mdc can identify an auth service binding - this will enable the cli to use the mobile-services.json file/mobile cr as the single source of truth to identify the auth binding status.
Notes: * this This task is about creating keycloak CRs , store it locally and post it to a remote openshift instance * Update is not updating existing ones required for now * CRs should be stored locally somewhere like in a hidden folder * One realm CR per client app only |
|