-
Notifications
You must be signed in to change notification settings - Fork 11
[FEATURE] Add commands to manage sensitive variables #57
Copy link
Copy link
Open
Labels
0 - TriagingIssue is accepted, but a milestone has yet to be added for the issue.Issue is accepted, but a milestone has yet to be added for the issue.EnhancementIssues that introduce new functionality to the project, or enhances/updates existing functionality.Issues that introduce new functionality to the project, or enhances/updates existing functionality.
Metadata
Metadata
Assignees
Labels
0 - TriagingIssue is accepted, but a milestone has yet to be added for the issue.Issue is accepted, but a milestone has yet to be added for the issue.EnhancementIssues that introduce new functionality to the project, or enhances/updates existing functionality.Issues that introduce new functionality to the project, or enhances/updates existing functionality.
Type
Fields
Give feedbackNo fields configured for issues without a type.
In an upcoming version of Chocolatey Central Management we are adding functionality to define sensitive variables which can be used in deployments. We should add some commands here to manage the new API endpoints:
Get-CcmSensitiveVariableAdd-CcmSensitiveVariableRemove-CcmSensitiveVariableNote that
Get-CcmSensitiveVariablewill only ever list variable names, it will not be possible to retrieve variable values via the API.