You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert

94
+
95
+
</ImageConfig>
96
+
91
97
In the ServiceNow UI:
92
98
93
-
* Navigate to "Discovery - Credentials" -> New
94
-
* Select a type from the list
95
-
* Tick "External credential store"
96
-
* Fill in a meaningful name
97
-
* Set "Credential ID" to the path in Vault where your secret is located, e.g.
98
-
for a KV v2 secret engine mounted at "secret", you might have a secret stored
99
-
under "ssh": `secret/data/ssh`. Check the [API docs](/vault/api-docs/secret/) for
100
-
your secret engine if you are unsure of the path to use
101
-
***Optional:** Click "Test credential" and select a MID server and a target
102
-
to test against to test everything is working
99
+
1. Navigate to "Discovery - Credentials → New".
100
+
1. Choose a type from the list.
101
+
1. Select "External credential store".
102
+
1. Provide a fully qualified collection name (FQCN):
103
+
-**Xanadu (Q4-2024) or newer**: use `com.snc.discovery.CredentialResolver`
104
+
-**Versions prior to Xanadu (Q4-2024)**: leave blank or use "None"
0 commit comments