The download of app-bits requires auth. Therefor, the admin user and password are provided as environment variables to the staging jobs on kubernetes. You can lookup the env vars in kubectl describe job, which is very insecure.
The recipe should retrieve credentials from a vault or the like.
The download of app-bits requires auth. Therefor, the admin user and password are provided as environment variables to the staging jobs on kubernetes. You can lookup the env vars in
kubectl describe job
, which is very insecure.The
recipe
should retrieve credentials from a vault or the like.