Update config with netId
and either opSecretReference
or basicAuthHash
:
echo -n "username:password" | base64
will return the string that needs to go in basicAuthHash
This can be easily decoded, so it's only slightly better than hardcoding your password.