Authentication when Using the CD Pipeline(4.0)

A user should be created to authenticate when logging into the Platform to install MZPs. Create the user using Access Controller, SCIM, or LDAP with minimal access rights to be able to commit MZPs.

The user credentials should be stored in a Secret like:

kubectl create secret generic mzcli --from-literal=mzcliUser=<user> --from-literal=mzcliPassword=<password>