Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Get OCP credentials from AWS during RHEL release [5.5.z] (#829)
Backport of #812 Currently, credentials are duplicated between: - AWS Secrets Manager - GitHub Secrets In the past this has lead to build failures when credentials were updated in only one place. This PR updates any credentials which are duplicated, migrating them to use the value directly from AWS Secrets Manager. The methodology on this logic is described [here](https://hazelcast.atlassian.net/browse/DI-78?focusedCommentId=104219). I'm confident [from my testing](https://hazelcast.atlassian.net/browse/DI-78?focusedCommentId=104219) the values will resolve correctly, but as the job is triggered on `tag`, I am unable to test in a non-destructive way. I've also rescoped `secrets.HZ_ENTERPRISE_LICENSE` to reduce the cognitive complexity of looking through the actions' environment secrets. Fixes: [DI-78](https://hazelcast.atlassian.net/browse/DI-78) [DI-78]: https://hazelcast.atlassian.net/browse/DI-78?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
- Loading branch information