Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-06-04 | fix(secrets): pass group and mode to agenix | Franck Cuny | 1 | -2/+8 | |
It took me a while to understand why the group and mode were not set correctly for the buildkite agent secrets. This module is an abstraction on top of agenix to modify the filename and ensure that the owner of the file is actually defined in the configuration. This was not passing the group and mode to agenix, which is why these values were never set. This change modify the library to check that the group exists (as we do for the user), and p |