Skip to main content

Set the Credentials for the Platform Secret (KeyValuePair)

< Scope

warning

The Key-Value Pair credentials were generated external to Wayfinder. Contact your administrator for credential values.


Authorise Wayfinder to access additional secret values to your package configuration using static credentials (Key-Value Pairs). You typically create this type of secret where additional authentication is required for a package (or the configuration inside the package) to interact with external services.


CLI Instructions

FORMAT:

wf create platformsecret package generic NAMEOFSECRET --from-literal KEY=VALUE

wf create platformsecret package generic mysecret6 --from-literal key1=test-secret
◉ Creating secret mysecret6...
✔ Platform secret mysecret6 created

Web Interface Instructions

Steps

  • Select the Generic option
  • Fill in the details as outlined in the Properties section
  • Click the Continue button

Screenshot(s)

KeyValuePair


Properties

FieldDescription
TypeThe type of credential to use.
Option(s):
- Generic (Key-Value Pair)
KeyThe value representing the key
ValueThe value representing the value of the key

What comes next?


See details for creating other Purposes: