Releases: be-ys-cloud/vault-gitlab-connector
v1.18.2
Dear all,
BeYs Cloud Developers Team is proud to release GitLab - HashiCorp Vault integration for Vault 1.18.2.
This build is fully backward-compatible with your previous installation, and have been tested with a GitLab 17.6.x instance. We also added a system that helps you to keep short tokens, by mapping all your Gitlab ACL with the existing policies on Vault. More details can be found on the README.
This build is also available as a Docker image : docker pull beyscloud/gitlab-vault:v1.18.2
(or, if you like to live dangerously, docker pull beyscloud/gitlab-vault:latest
).
Please ensure you've done a backup before update, and enjoy!
v1.18.1
Dear all,
BeYs Cloud Developers Team is proud to release GitLab - HashiCorp Vault integration for Vault 1.18.1.
This build is fully backward-compatible with your previous installation, and have been tested with a GitLab 17.5.1 instance.
This build is also available as a Docker image : docker pull beyscloud/gitlab-vault:v1.18.1
(or, if you like to live dangerously, docker pull beyscloud/gitlab-vault:latest
).
Please ensure you've done a backup before update, and enjoy!
v1.18.0
Dear all,
BeYs Cloud Developers Team is proud to release GitLab - HashiCorp Vault integration for Vault 1.18.0.
This build is fully backward-compatible with your previous installation, and have been tested with a GitLab 17.4.2 instance.
This build is also available as a Docker image : docker pull beyscloud/gitlab-vault:v1.18.0
(or, if you like to live dangerously, docker pull beyscloud/gitlab-vault:latest
).
Please ensure you've done a backup before update, and enjoy!
v1.17.3
Dear all,
BeYs Cloud Developers Team is proud to release GitLab - HashiCorp Vault integration for Vault 1.17.3.
This build is fully backward-compatible with your previous installation, and have been tested with a GitLab 17.2.2 and Gitlab 17.3.0.
This build is also available as a Docker image : docker pull beyscloud/gitlab-vault:v1.17.3
(or, if you like to live dangerously, docker pull beyscloud/gitlab-vault:latest
).
Please ensure you've done a backup before update, and enjoy!
v1.16.3
Update to Vault v1.16.3
v1.15.6
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 !