vault-plugin-secrets-gitlab icon indicating copy to clipboard operation
vault-plugin-secrets-gitlab copied to clipboard

Vault Plugin for Gitlab Project Access Token

Results 23 vault-plugin-secrets-gitlab issues
Sort by recently updated
recently updated
newest added

Hi, I'm testing this plugin which would be very useful for an instance-scoped external CI pipeline. But when I tried the examples in the README this error appears: ``` vault...

14.7 added support for group level access token https://about.gitlab.com/releases/2022/01/22/gitlab-14-7-released/#group-access-tokens we want to support this in this plugin. depending on https://github.com/xanzy/go-gitlab/issues/1347

enhancement

Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.60.0 to 0.86.0. Commits 0886867 Update CI and CONTRIBUTION.md 57a8f8f Fix two linter warnings d4057c7 Merge pull request #1646 from theoriginalstove/1643-contributing-guide c1a78fc Merge pull request #1740 from...

dependencies

as described in the issue, only adding `token_type` in BaseTokenStorage and it'll do population. TODO: switch to create group/project access token based on `token_type` field haven't tested with gitlab instance...

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.1 to 1.8.4. Commits f97607b Create GitHub release when new release tag is pushed (#1354) 4c93d8f EqualExportedValues: Handle nested pointer, slice and map fields (#1379) 4b2f4d2 add...

dependencies

Bumps [github.com/hashicorp/vault/api](https://github.com/hashicorp/vault) from 1.5.0 to 1.9.2. Release notes Sourced from github.com/hashicorp/vault/api's releases. v1.9.2 1.9.2 December 21, 2021 CHANGES: go: Update go version to 1.17.5 [GH-13408] IMPROVEMENTS: auth/jwt: The Authorization Code...

dependencies

Bumps [github.com/hashicorp/vault/sdk](https://github.com/hashicorp/vault) from 0.4.1 to 0.9.1. Changelog Sourced from github.com/hashicorp/vault/sdk's changelog. 0.9.1 (December 21st, 2017) DEPRECATIONS/CHANGES: AppRole Case Sensitivity: In prior versions of Vault, list operations against AppRole roles would...

dependencies

Bumps [github.com/mitchellh/mapstructure](https://github.com/mitchellh/mapstructure) from 1.4.3 to 1.5.0. Changelog Sourced from github.com/mitchellh/mapstructure's changelog. 1.5.0 New option IgnoreUntaggedFields to ignore decoding to any fields without mapstructure (or the configured tag name) set GH-277...

dependencies

I've tested at instance level where an admin token is used. This allows to create project access token for any projects. For SaaS or limited use, this secret mount should...

documentation
help wanted

dependabot takes care of updating dependencies. We should have a security scanning integrated in CI - OSS(once a week on main) - SAST(every push, and once a week on main)