Caiyeon / goldfish

A HashiCorp Vault UI written with VueJS and Vault native Go API
https://vault-ui.io
Mozilla Public License 2.0
2.15k stars 167 forks source link

Feature request: Add option to authenticate with AppRole #261

Open andrewsav-bt opened 6 years ago

andrewsav-bt commented 6 years ago

Feature request:

Is this a front-end feature or backend? (or both?) Mostly back-end with trivial front-end support.

Description of feature: We currently have the following way to authenticate:

Can we add AppRole to this list? The use case would be testing access to vault under an AppRole identity.

Are you able to submit a pull request for this feature? Unlikely.

Caiyeon commented 6 years ago

This seems like a useful way to debug/test approle identities. However, I cannot prioritize it over other more pressing features & bug fixes. Pull requests are welcomed. Since this feature involves the backend and is easily testable, a proper pull request needs integration tests.