You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Operating System: Windows 11
VenafiPS version: 4.5.0
PowerShell version: 7.2.4
TPP version (if applicable): 21.3
Steps to reproduce
Ensure the SecretManagement module is not installed. Create a new token session and use -VaultAccessTokenName.
Expected behavior
A new session is created and the access token is stored in the vault
Actual behavior
A new session is created, but this error is received when trying to set the secret.
Set-Secret: /home/user/.local/share/powershell/Modules/VenafiPS/4.5.0/Public/New-VenafiSession.ps1:472
Line |
472 | Set-Secret -Name $VaultAccessTokenName -Secret $newSession.To …
| ~~~~~~~~~~
| The term 'Set-Secret' is not recognized as a name of a cmdlet, function, script file, or
| executable program. Check the spelling of the name, or if a path was included, verify that the
| path is correct and try again.
Screenshots
The text was updated successfully, but these errors were encountered:
Environment
Steps to reproduce
Ensure the SecretManagement module is not installed. Create a new token session and use -VaultAccessTokenName.
Expected behavior
A new session is created and the access token is stored in the vault
Actual behavior
A new session is created, but this error is received when trying to set the secret.
Screenshots
The text was updated successfully, but these errors were encountered: