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

Document path interpretation in auth config #142

Merged
merged 1 commit into from
Sep 13, 2023

Conversation

jvansanten
Copy link
Contributor

see #139

@@ -278,6 +278,11 @@ Example for an authorization configuration that is used for the system tests:
"ca-certificate": "test-secrets/snakeoil-ca-1.crt"
}

Relative paths are interpreted with respect to the auth file, e.g. if the
example above is stored in /some/dir/kt-auth.json, `kt` will expect to find the
client certificate in /some/dir/test-secrets/kt-test.crt. You can disable this
Copy link
Owner

Choose a reason for hiding this comment

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

Suggested change
client certificate in /some/dir/test-secrets/kt-test.crt. You can disable this
client certificate in /some/dir/kt-test.crt. You can disable this

@fgeller
Copy link
Owner

fgeller commented Sep 11, 2023

quick suggestion, but can also do that on main if you want :) either way, thanks!

@fgeller fgeller merged commit 25876a9 into fgeller:main Sep 13, 2023
1 check passed
@fgeller
Copy link
Owner

fgeller commented Sep 13, 2023

i'll do the fix on main 🙏

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