Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Token Endpoint that returns a user's policy/capabilities for a given path #1069

Closed
ericchapman opened this issue Feb 13, 2016 · 1 comment
Assignees
Milestone

Comments

@ericchapman
Copy link

The request is to expose Vault's capability decision making for a particular token to allow external systems to leverage Vault's policy logic. (See issue https://groups.google.com/forum/#!topic/vault-tool/8BdGLNEs-V0). I would expect the API call to have the following

  • The token in question (different from the X-Vault-Token being used to make the call)
  • The specific path in question

And the call would return the capabilities for the given path. This would allow an external system to use the Vault logic to apply policies and capabilities to a system outside of Vault.

@jefferai
Copy link
Member

I'm slotting this in for 0.5.1 but no promises :)

@jefferai jefferai added this to the 0.5.1 milestone Feb 13, 2016
@jefferai jefferai self-assigned this Feb 19, 2016
@jefferai jefferai modified the milestones: 0.5.1, 0.5.2 Feb 25, 2016
@jefferai jefferai assigned sean- and unassigned jefferai Feb 25, 2016
@vishalnayak vishalnayak assigned vishalnayak and unassigned sean- Mar 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants