Skip to content

v1.15.6

Compare
Choose a tag to compare
@florian-forestier florian-forestier released this 20 Mar 16:21
· 9 commits to main since this release
d6294fb

Upgrade to Vault 1.15.6

Courtesy of limsedan & florian-forestier from BeYs Cloud Team.

❗ Breaking change

Starting v1.15.6, the policy layout changes. Previously, a owner right on groupA / groupB would grant access to policy groupa_groupb_owner. Now, the policy must be named groupa:groupb:owner. This change was done to prevent potential collision in group names, as _ is an allowed character in gitlab path.

Please ensure you migrated your policies before applying this update. More details in README.

Changes

  • Updated Vault connector to v1.15.6, matching last available version;
  • We are now using GraphQL API, in order to solve performance issues when retrieving large permission set.

Use this version

  • You can download this repository and run instructions in README
  • Or, you can use our pre-built image: docker pull beyscloud/gitlab-vault:v1.15.6

Contribute

Feel free to contribute to this project, by submitting a PR or fulfilling an issue !