vault-plugin-sentry

command module
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 15, 2020 License: MPL-2.0 Imports: 5 Imported by: 0

README

Sentry plugin for vault

Sentry plugin for Vault manages Sentry projects and their DSN in an organization.

Setup

The setup guide assumes some familiarity with Vault and its plugin ecosystem. You must have a Vault server already running, unsealed, and authenticated.

  1. Download and decompress the latest plugin binary from the Releases tab on GitHub. Alternatively you can also compile the plugin from source.
  2. Move the compiled plugin into Vault's plugin_directory:
$ mv vault-secret-plugin-sentry /etc/vault/plugins/vault-secret-plugin-sentry
  1. Calculate the SHA256 of the plugin and register it in Vault's plugin catalog. If you are downloading the pre-compiled binary it is highly recommended that you use the published checksums to verify integrity.
$ export SHA256=$(shasum -a 256 "/etc/vault/plugins/vault-secret-plugin-sentry" | cut -d' ' -f1)
$ vault plugin register -sha256=${SHA256} -command=vault-secret-plugin-sentry secret secret-sentry
  1. Mount the auth method:
$ vault secrets enable -path=sentry secret-sentry

API

For details on API endpoints and their usage see docs.

License

This code is licensed under the MPLv2 license.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL