Moiz Ali Bhayan
ServiceNow Employee
ServiceNow Employee

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"

 

 

Comments
VaranAwesomenow
Mega Sage

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

I figured it out, It was the properties file having incorrect credential format.

I made a recording of the solution.

https://youtu.be/7E23wu5J6rs

 
Version history
Last update:
‎10-20-2020 07:00 AM
Updated by: