I need some way to allow an external program to update a single secret, but currently the granularity is only at the config level, not the individual secret level.
The reason is that I have a build system that must update the secret store with the current release tag, but that would mean placing a curl command into the build process with a lot of people being able to see the authentication string and so gaining access to all the secrets in the config.
I can currently work around the issue by just having a defined Workplace/Project/Environment with many configs, each with a single secret and so an issued R/W Service Token for each secret, but I consider that an abuse of the platform even if I manage to stay under your limits/radar. Or if you consider such a configuration (within limits) valid please just let me know.