https://github.com/jsok/vault-plugin-secrets-artifactory
Vault secrets engine for creating Artifactory access tokens
https://github.com/jsok/vault-plugin-secrets-artifactory
artifactory go jfrog-artifactory secrets-management vault vault-plugins
Last synced: about 1 year ago
JSON representation
Vault secrets engine for creating Artifactory access tokens
- Host: GitHub
- URL: https://github.com/jsok/vault-plugin-secrets-artifactory
- Owner: jsok
- License: mit
- Created: 2019-04-18T05:58:21.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-12T23:16:30.000Z (almost 4 years ago)
- Last Synced: 2025-02-12T11:14:37.797Z (over 1 year ago)
- Topics: artifactory, go, jfrog-artifactory, secrets-management, vault, vault-plugins
- Language: Go
- Homepage: https://jsok.github.io/vault-plugin-secrets-artifactory/
- Size: 44.9 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://circleci.com/gh/jsok/vault-plugin-secrets-artifactory)
# Vault Plugin: Artifactory Secrets Backend
This is a backend plugin to be used with [Hashicorp Vault](https://www.github.com/hashicorp/vault).
It uses the [Artifactory REST API to dynamically issue Access Tokens](https://www.jfrog.com/confluence/display/ACC/Access+Tokens#AccessTokens-RESTAPI).
## Work in Progress
This plugin is still in development! An initial release is being tracked under the [v0.1.0 - Initial release Milestone](https://github.com/jsok/vault-plugin-secrets-artifactory/milestone/1).
## Documentation
See the [documentation](https://jsok.github.io/vault-plugin-secrets-artifactory/)
To build the documentation locally:
```
cd docs
bundle install
bundle exec jekyll serve
```