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

PKI Secrets Engine should have methods for interacting with PKI Roles #373

Open
joevanwanzeeleKF opened this issue Nov 13, 2024 · 1 comment
Assignees

Comments

@joevanwanzeeleKF
Copy link

Currently there is no method for viewing or managing the roles created for the PKI secrets engine.
I'm not sure why there aren't any on this secrets engine class. There are others that support this.

It would be great if there were methods for:

  • CreateRoleAsync
  • DeleteRoleAsync
  • ReadRoleAsync
  • ReadAllRolesAsync

This would require a "Role" class that contains all properties for a PKI Secrets Engine role (listed here).

The Vault Docs URL - PKI roles

@konidev20
Copy link
Collaborator

@rajanadar I can take a look at this this weekend. Please assign this to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants