I have setup a central bucket for CI/CD purposes that contains a set of generic scripts that I want to use with all projects.
The CI/CD process then incorporates this bucket into the code - at build time, making it easier for me to adjust the scripts without impacting the projects that use them.
For access to this bucket I was simply adding the CI/CD keys to the central buckets access keys list.
However the process seems to be stalling trying to add access key #6
Have I hit a limit on the number of access keys that I can have on a bucket?
Given we want the repository to remain private for now, is there an alternate / better method of granting access to this bucket that I should be using instead?