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

Add missing context token attributes #304

Merged
merged 1 commit into from
Oct 3, 2023
Merged

Add missing context token attributes #304

merged 1 commit into from
Oct 3, 2023

Conversation

prufrock
Copy link
Contributor

@prufrock prufrock commented Oct 2, 2023

The context token supports NoVerifyCA and CACert. When it restored the values from a keychain it wasn't mapping the values from the token read to the token returned. This prevented zed client users from benefiting from stored --no-verify-ca and --certificate-path values.

With a simple addition the values are passed from context and they no longer need to be manually set on the command line.

The context token supports NoVerifyCA and CACert. When it restored the values from a keychain it wasn't mapping the values from the token read to the token returned. This prevented zed client users from benefiting from stored --no-verify-ca and --certificate-path values.

With a simple addition the values are passed from context and they no longer need to be manually set on the command line.

Signed-off-by: David Kanenwisher <dkanenwisher@bushelpowered.com>
@github-actions
Copy link

github-actions bot commented Oct 2, 2023

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

@prufrock
Copy link
Contributor Author

prufrock commented Oct 2, 2023

Fixes #303

@prufrock
Copy link
Contributor Author

prufrock commented Oct 2, 2023

I have read the CLA Document and I hereby sign the CLA

Copy link
Contributor

@ecordell ecordell left a comment

Choose a reason for hiding this comment

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

LGTM

@ecordell ecordell added this pull request to the merge queue Oct 3, 2023
Merged via the queue into authzed:main with commit 7225cfb Oct 3, 2023
11 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Oct 3, 2023
@prufrock prufrock deleted the add-missing-token-vars branch October 3, 2023 15:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants