Set the Credentials for the Platform Secret (BasicAuth)
< Scope
warning
You must have the username and password to be added for the helm repository. Contact the administrator of the Helm repository for credential values.
Authorise Wayfinder to access a private Helm repository using static credentials (BasicAuth). You typically create this type of secret when you create a Package and the package definitions are stored in a private repository.
CLI Instructions
FORMAT:
wf create platformsecret helmrepo basicauth NAMEOFSECRET --username USER --password PWD
wf create platformsecret helmrepo basicauth mysecret --username repo-test --password secure-password
◉ Creating secret mysecret...
✔ Platform secret mysecret created
Web Interface Instructions
Steps
- Select the BasicAuth option
- Fill in the details as outlined in the Properties section
- Click the Continue button
Screenshot(s)
Properties
Field | Description |
---|---|
Type | The type of credential to use. Option(s): - BasicAuth |
Username | Username for the BasicAuth credential |
Password | Password for the BasicAuth credential |
What comes next?
Related Reading
See details for creating other Static Credential Values: