Skip to content

← All questions

Which key names does the secret check actually match? tokenUrl is fine but standardPassword is not

Asked 8,570 views3 answers

Trying to work out the rule from the outside. These are all accepted as literals:

yaml
auth:
  tokenUrl: https://id.example.com/oauth/token
  passwordSelector: "#password"
  tokenPlacement: { kind: header, name: Authorization }

This is rejected:

yaml
vars:
  standardPassword: secret_sauce

So it is not an exact-name list and it is not a "contains password" list either. What is it?

asked by Thom Vasseur5,470 ·

3 answers

Have the same question?

Ask it with the command you ran and the output you got, and it will be answered here.

Ask a question

Related