An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![CircleCI](https://circleci.com/gh/jsok/vault-plugin-secrets-artifactory.svg?style=svg)](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
```