-
-
Notifications
You must be signed in to change notification settings - Fork 3
PasswordState
Brandon Olin edited this page Jan 4, 2016
·
7 revisions
Resolves a credential object using ClickStudio's PasswordState vault.
| Name | Type | Required | Description |
|---|---|---|---|
| Endpoint | string | True | API endpoint for PasswordState vault |
| CredApiKey | string | True | The API key that has at least READ access to the given PasswordId |
| PasswordId | int | True | The ID of the PasswordState entry to resolve |
resource 'POSHOrigin_vSphere:VM' 'VM01' @{
ensure = 'present'
description = 'Test VM'
###
# Other options omitted for brevity
###
vCenterCredentials = Get-POSHOriginSecret 'passwordstate' @{
endpoint = 'https://passwordstate.local/api'
credApiKey = '<your API key>'
passwordId = 1234
}
}- Home
- Quickstart
- What is POSHOrigin?
- Setup / Initialization
- Configuration File
- Defaults File
- Loading Configurations
- Testing Configurations
- Executing Configurations
- Sharing Configurations
- Modules
- Credentials
- Using Secrets
- Using Resolvers