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 10 forks source link

Is there any way to login to vault UI and enable RBAC #9

Closed techs07 closed 4 years ago

techs07 commented 4 years ago

Describe the Bug

I have followed the steps and created a custom provider. Though I am able to get the access code but I am not sure how to login to vault with the help of the code generated out of the redirected URL. Apologies if i have asked the basic question.

Expected Behaviour

I was looking around for some documentation for the vault login flow. Is there any way to enable RBAC

Steps to Reproduce

Steps to reproduce the behaviour:

  1. Go to '...'
  2. Click on '....'

Environment

impl commented 4 years ago

Hi @techs07,

I think you may want to use the OIDC auth plugin that ships with Vault rather than this one. This plugin allows you to store OAuth2 credentials for use in your application, but it isn't an authentication mechanism to provide access to Vault itself.

Let me know if you have any other questions/concerns! Thanks!