ForgeRock / secret-agent

Generate random Kubernetes secrets and optionally store them in a Cloud Secret Manager
Apache License 2.0
17 stars 20 forks source link

The latest release does not include a ` secret-agent.yaml ` which causes the install of secret agent from forgeops to fail. #239

Open RobinVanhove opened 1 year ago

RobinVanhove commented 1 year ago

Previous releases included a 'secret-agent.yaml' file, but the latest release v1.1.9 does not include this file.

The script to install the secret agent from the ForgeOps repo depends on this file.

Is there a reason why this file is not added?

lee-baines commented 5 months ago

Hi, apologies for not responding sooner. This is usually provisioned as part of the release process. The latest versions include a secret-agent.yaml file. Please install the latest version which is v1.2.2 which includes the latest security patches

balpurewal commented 3 months ago

Hi @lee-baines, where is the latest release v1.2.2? I can pull the image from us-docker.pkg.dev/forgeops-public/images/secret-agent:v1.2.2 but can't see the release artifacts. Thanks

lee-baines commented 3 months ago

Hi @balpurewal, we had to pull the v1.2.2 release due to some issues with secret backups. We've been working on the bugs and should be able to rerelease v1.2.2 soon. We kept the docker image there so it didn't break for customers who had already deployed v1.2.2 and restarting the pod would pull the image again.

balpurewal commented 3 months ago

Thanks @lee-baines