Skip to content

Commit

Permalink
Update configuration.mdx (#27497)
Browse files Browse the repository at this point in the history
Adding SNMPv3 fields to credential resolver documentation.
  • Loading branch information
bear359 authored Jun 13, 2024
1 parent 99f6857 commit 52d35cd
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion website/content/docs/platform/servicenow/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ resolver validates that a username and password are present for:
* vmware
* windows

And the credential resolver expects the following types to specify at least
The credential resolver expects the following types to specify at least
a username and a private key:

* api_key
Expand All @@ -70,6 +70,22 @@ a username and a private key:
* sn_disco_certmgmt_certificate_ca
* ssh_private_key

For SNMPv3 credentials, the credential resolver can accept up to five values:

* username
* auth-protocol
* auth-key
* privacy-protocol
* privacy-key

Depending on the configuration of the SNMP endpoint, the username at least will always be required. See below for different SNMP endpoint configurations:

Level | Authentication | Encryption | What Happens
--------------|----------------|------------|------------------------
noAuthNoPriv | Username | None | Username match for auth
authNoPriv | MD5 or SHA | None | Auth based on HMAC-MD5 or HMAC-SHA algorithms
authPriv | MD5 or SHA | DES | Auth based on HMAC-MD5 or HMAC-SHA algorithms; provides DES 56-bit encryption based on (CBC)-DES (DES-56)

### Configuring the resolver to use a secret

In the ServiceNow UI:
Expand Down

0 comments on commit 52d35cd

Please sign in to comment.