We are using the parameterized builds API to do production deployments. Here the parameters are short-lived aws credentials. The problem is, the passed parameters get shown in the build output when starting the container. This is a no no in public projects.
Is there any way to pass secrets as parameters?