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

Enable Test-TppToken to access vault in secret store #81

Closed
wilddev65 opened this issue Feb 11, 2022 · 0 comments · Fixed by #84
Closed

Enable Test-TppToken to access vault in secret store #81

wilddev65 opened this issue Feb 11, 2022 · 0 comments · Fixed by #84
Labels
enhancement New feature or request

Comments

@wilddev65
Copy link
Collaborator

Enable Test-TppToken to access vault in secret store

Currently Test-TppToken allows you to test an individual token is still valid using the 'Authorize/Verify' call to TPP. Either a PSCredential type access token or a PSCustomObject containing the access token must be supplied.

This could be expanded to be able to get the access token from a vault using the PowerShell Secret Management module(s) using a 'VaultAccessTokenName' parameter.

@gdbarron gdbarron added the enhancement New feature or request label Feb 11, 2022
gdbarron added a commit that referenced this issue Feb 14, 2022
* Add support for vault access token

* Updates based on review

* minor tweaks

* code cleanuo

* help update

Co-authored-by: Greg Brownstein <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants