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: Update-TssSecret #14

Closed
wsmelton opened this issue Dec 23, 2020 · 0 comments
Closed

Create: Update-TssSecret #14

wsmelton opened this issue Dec 23, 2020 · 0 comments
Assignees
Labels
not implementing Feature request or bug fix that will not be implemented secrets Endpoint tag secrets
Projects

Comments

@wsmelton
Copy link
Contributor

wsmelton commented Dec 23, 2020

The command handle changing the state of the secret:

  • Update to enable (undelete) or set the secret to active
  • Check-In the secret

Multiple endpoints, tied to params:

  • POST /secrets/{id}/check-in > -CheckIn (requires restricted args)
  • POST /secrets/{id}/check-out > -Checkout (requires restricted args)
  • POST /secrets/{id}/expire > -Expire
  • POST /secrets/{id}/favorite > -Favorite (could also do Set-TssSecretFavorite ?)
  • POST /secrets/{id}/change-password > -NewPassword (requires password change args)
  • POST /secrets/{id}/change-password > -GeneratePassphrase, -GenerateSshKeys, -Passphrase, -PrivateKey (requires password change args)

Restricted Args: (need to create these as parameter set, update other commands to the same)

  • Comment
  • DoubleLockPassword
  • ForceCheckIn
  • IncludeInactive
  • NewPassword
  • TicketNumber
  • TicketSystemId
@wsmelton wsmelton created this issue from a note in Secrets (To-Do) Dec 23, 2020
@wsmelton wsmelton self-assigned this Dec 23, 2020
@wsmelton wsmelton added the secrets Endpoint tag secrets label Dec 23, 2020
@wsmelton wsmelton added this to the 0.5 Release milestone Dec 23, 2020
@wsmelton wsmelton added the not implementing Feature request or bug fix that will not be implemented label Mar 2, 2021
@wsmelton wsmelton closed this as completed Mar 2, 2021
Secrets automation moved this from To-Do to Done Mar 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
not implementing Feature request or bug fix that will not be implemented secrets Endpoint tag secrets
Projects
No open projects
Secrets
  
Done
Development

No branches or pull requests

1 participant