jetstack / jetstack/jetstack-secure
Print a better error when attempting to use token based authentication and service account credentials at the same time
Open
- Dominant language
- Go
- Stars
- 262
- Forks
- 27
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 19
Description
The agent support both basic token authentication and a service account credentials file.
Right now the token can be specified in either the config file or the `--auth-token` flag.
The execution should fail with a clear message if a service account credentials file is provided but there is a basic authentication token specified as well.
Contributor guide
Assessment
This issue has not been assessed yet.