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

Create ephemeral, finely-scoped @github access tokens using @hashicorp Vault.

Results 32 vault-plugin-secrets-github issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.12.1 to 1.13.0. Release notes Sourced from github.com/prometheus/client_golang's releases. ## 1.13.0 / 2022-08-06 [CHANGE] Minimum required Go version is now 1.17 (we also test client_golang against the...

dependencies
go

Bumps [github.com/hashicorp/go-hclog](https://github.com/hashicorp/go-hclog) from 1.2.0 to 1.2.2. Release notes Sourced from github.com/hashicorp/go-hclog's releases. Minor formatting fix What's Changed fix various typos in comments by @​marco-m in hashicorp/go-hclog#115 Omit empty colon when...

dependencies
go

Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.33.0 to 0.37.0. Release notes Sourced from github.com/prometheus/common's releases. v0.34.0 [ENHANCEMENT] Enable selecting minimum TLS version. #375 Commits 49b3603 Improve OAuth2 user agent handling (#391) c5e1b60 config:...

dependencies
go

Bumps [github.com/hashicorp/vault/sdk](https://github.com/hashicorp/vault) from 0.4.1 to 0.5.3. Changelog Sourced from github.com/hashicorp/vault/sdk's changelog. 0.5.3 (May 27th, 2016) SECURITY: Consul ACL Token Revocation: An issue was reported to us indicating that generated Consul...

dependencies
go

Would it be possible to have alpine as a target for building ? We have a alpine version of vault and would like to use this plugin

Bumps [github.com/hashicorp/vault/api](https://github.com/hashicorp/vault) from 1.5.0 to 1.7.2. Release notes Sourced from github.com/hashicorp/vault/api's releases. v1.7.2 1.7.2 May 20th, 2021 SECURITY: Non-Expiring Leases: Vault and Vault Enterprise renewed nearly-expiring token leases and dynamic...

dependencies
go

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.0.0 to 3.1.0. Release notes Sourced from codecov/codecov-action's releases. v3.1.0 3.1.0 Features #699 Incorporate xcode arguments for the Codecov uploader Dependencies #694 build(deps-dev): bump @​vercel/ncc from 0.33.3...

dependencies
github_actions

The plugin is really cool, sadly it does not fit our current needs and we would like to ask whether it is possible to: - get rid of installation_id in...

GitHub are considering an overhaul of their PATs @ https://github.com/github/roadmap/issues/184. This is just a ticket to track their progress and eventual implementation, and see which parts of this plugin can...

documentation

Today on v1.0.0, a number of tests fail while building on 20.09: ``` === CONT TestBackend_PathTokenWriteCreate/HappyPath path_token_test.go:65: assertion failed: error is not nil: unable to create access token: dial tcp...

question