puppetlabs / vault-plugin-secrets-oauthapp

OAuth 2.0 secrets plugin for HashiCorp Vault supporting a variety of grant types
Apache License 2.0
94 stars 11 forks source link

Clarify 1-to-many relationship between servers and credentials #69

Open impl opened 3 years ago

impl commented 3 years ago

The current documentation doesn't make it clear enough that a credential can only be associated with one server at a time. We could improve that by showing that setting a new server rewrites the credential instead of adding an alternate one with the same name.

See https://github.com/puppetlabs/vault-plugin-secrets-oauthapp/issues/60#issuecomment-895565101 for more context.