Updating AI Registry configuration

After the AI Registry cluster is created, the following patch needs to be applied to the Kubernetes cluster for the standalone API authentication to work.

kubectl get configmap knox -n knox -o yaml | sed 's|https://consoleauth.cdp.cloudera.com/oauth2/keys|https://consoleauth.altus.cloudera.com/oauth2/keys|g' | kubectl apply -f -

For information on how to get the kubeconfig for the AI Registry cluster, which is similar to the Cloudera AI Workbench Cluster, see Manage remote access.