The AppSSO package will install the following resources:
appsso
Namespace with a Deployment of the AppSSO operator and Services for WebhooksServiceAccount
with RBAC outlined in detail hereAuthServer
and ClientRegistration
CRDs👉 If you are already running TAP with run
, iterate
, or full
profiles, AppSSO is installed automatically, and you may skip the instructions below.
Before installing AppSSO, please ensure you have Tanzu Application Platform v1.2.0 installed on your Kubernetes cluster.
Learn more about the AppSSO package:
tanzu package available get sso.apps.tanzu.vmware.com --namespace tap-install
Install the AppSSO package:
tanzu package install appsso \
--namespace tap-install \
--package-name sso.apps.tanzu.vmware.com \
--version 1.0.0
Confirm the package has reconciled successfully:
tanzu package installed get appsso --namespace tap-install