For Compute Resource authentication through Kubernetes (Container Authentication), the IKS docs use sa-token in their examples: https://cloud.ibm.com/docs/containers?topic=containers-pod-iam-identity&interface=ui
Why is this core SDK using vault-token as default? Some sync required to improve user experience. Initially, I ran into an error assuming that the default value in the SDK would match the default...
For Compute Resource authentication through Kubernetes (Container Authentication), the IKS docs use
sa-tokenin their examples: https://cloud.ibm.com/docs/containers?topic=containers-pod-iam-identity&interface=uiWhy is this core SDK using
vault-tokenas default? Some sync required to improve user experience. Initially, I ran into an error assuming that the default value in the SDK would match the default...