mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-31 18:48:08 +00:00 
			
		
		
		
	Update ServiceNow info (#28823)
* Update ServiceNow info * apply feedback * tweaks * clarify
This commit is contained in:
		| @@ -88,15 +88,25 @@ authPriv      | MD5 or SHA     | DES        | Auth based on HMAC-MD5 or HMAC-SHA | |||||||
|  |  | ||||||
| ### Configuring the resolver to use a secret | ### Configuring the resolver to use a secret | ||||||
|  |  | ||||||
|  | <ImageConfig hideBorder caption="Vault credential resolver"> | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
|  | </ImageConfig> | ||||||
|  |  | ||||||
| In the ServiceNow UI: | In the ServiceNow UI: | ||||||
|  |  | ||||||
| * Navigate to "Discovery - Credentials" -> New | 1. Navigate to "Discovery - Credentials → New". | ||||||
|   * Select a type from the list | 1. Choose a type from the list. | ||||||
|   * Tick "External credential store" | 1. Select "External credential store". | ||||||
|   * Fill in a meaningful name | 1. Provide a fully qualified collection name (FQCN): | ||||||
|   * Set "Credential ID" to the path in Vault where your secret is located, e.g. |     - **Xanadu (Q4-2024) or newer**:  use `com.snc.discovery.CredentialResolver` | ||||||
|     for a KV v2 secret engine mounted at "secret", you might have a secret stored |     - **Versions prior to Xanadu (Q4-2024)**: leave blank or use "None" | ||||||
|     under "ssh": `secret/data/ssh`. Check the [API docs](/vault/api-docs/secret/) for | 1. Provide a meaningful name for the resolver. | ||||||
|     your secret engine if you are unsure of the path to use | 1. Set "Credential ID" to the | ||||||
|   * **Optional:** Click "Test credential" and select a MID server and a target |    [ReadSecretVersion endpoint](/vault/api-docs/secret/kv/kv-v2#read-secret-version) | ||||||
|     to test against to test everything is working |    of your secrets plugin and credential. For example, the endpoint | ||||||
|  |    for a secret stored on the path `ssh` under a KV v2 secret engine mounted at | ||||||
|  |    `secret` is `/secret/data/ssh`. | ||||||
|  | 1. Click "Test credential" then select a MID server and target to test your | ||||||
|  |    configuration. | ||||||
|   | |||||||
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 67 KiB | 
		Reference in New Issue
	
	Block a user
	 Sarah Chavis
					Sarah Chavis