Moiz Ali Bhayan
ServiceNow Employee
Options
- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
on 10-20-2020 07:00 AM
Argument Types
Supported cloud external credentials are
- GCP - "gcp"
- AWS - "aws"
- Azure - "azure"
Credential Resolver Keys
The CredentialResolver's resolve method should return a map with the following key for the respective argument types
- GCP
-
- "email"
- "secret_key"
- AWS
-
- "user"
- "pswd"
- Azure
-
- "client_id"
- "secret_key"
- "tenant_id"
Labels:
Comments
VaranAwesomenow
Mega Sage
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
05-14-2023
11:46 AM
I looking for some help on how to achieve following usecase.
Implement basic authentication to authenticate against a REST API, credentials will be stored in external credential store. Have you ever come across this use case and is it possible to achieve this using external credential store setup via midserver ?
VaranAwesomenow
Mega Sage
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
05-17-2023
11:58 AM
I figured it out, It was the properties file having incorrect credential format.
I made a recording of the solution.