Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix wrong tokenPath in Vault store #66

Merged
merged 1 commit into from
Oct 17, 2020

Conversation

huguesalary
Copy link
Contributor

  • /var/run/secrets/kubernetes.io/serviceaccount/ is a directory
  • /var/run/secrets/kubernetes.io/serviceaccount/token is the proper token path

What this PR does / why we need it:

This PR fixes a wrong path being used in Vault store. /var/run/secrets/kubernetes.io/serviceaccount is a directory, the token is at /var/run/secrets/kubernetes.io/serviceaccount/token

* /var/run/secrets/kubernetes.io/serviceaccount/ is a directory
* /var/run/secrets/kubernetes.io/serviceaccount/token is the proper token path
Copy link
Collaborator

@mcavoyk mcavoyk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mcavoyk mcavoyk merged commit d4f433f into itscontained:master Oct 17, 2020
@huguesalary
Copy link
Contributor Author

Erf, right when you merged I realized I didn't rebase on top of master. I was about to push a rebased branch, but too late

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants