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: enable symbolic-link credentials files #129

Merged
merged 1 commit into from
Mar 16, 2021
Merged

Conversation

dpopp07
Copy link
Member

@dpopp07 dpopp07 commented Mar 16, 2021

Currently, credentials files are explicitly required to real files (not symbolic links).
This was to exclude directories, not to exclude symbolic links, so it is a bug.

This PR adds explicit support for symbolic links. This should be a robust solution, as
I do not believe we want to support any of the other types the file could be (sockets,
block devices, etc).

@dpopp07 dpopp07 requested a review from padamstx March 16, 2021 21:02
Currently, credentials files are explicitly required to real files (not symbolic links).
This was to exclude directories, not to exclude symbolic links, so it is a bug.

This PR adds explicit support for symbolic links. This should be a robust solution, as
I do not believe we want to support any of the other types the file could be (sockets,
block devices, etc).
@dpopp07 dpopp07 force-pushed the dp/enable-symbolic-links branch from 830374d to 1225dd0 Compare March 16, 2021 21:08
Copy link
Member

@padamstx padamstx left a comment

Choose a reason for hiding this comment

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

LGTM

@dpopp07 dpopp07 merged commit 4b87d42 into main Mar 16, 2021
@dpopp07 dpopp07 deleted the dp/enable-symbolic-links branch March 16, 2021 21:12
ibm-devx-automation pushed a commit that referenced this pull request Mar 16, 2021
## [2.10.1](v2.10.0...v2.10.1) (2021-03-16)

### Bug Fixes

* enable symbolic-link credentials files ([#129](#129)) ([4b87d42](4b87d42))
@ibm-devx-automation
Copy link

🎉 This PR is included in version 2.10.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

3 participants