While implementing the Secret Reader plugin, I noticed that it is unclear which credentials a plugin should use to access a Kubernetes cluster:
- Load from the environment
- Use
cp-creds.json
- Be explicitly provided by the controller using the plugin
Currently, the KEP does not provide guidance on this.
I believe it would be helpful to clarify the expected approach and, if necessary, add supplementary notes to the KEP.
Related PR: #21