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: use dynamic auth by default #134

Merged
merged 1 commit into from
Jul 24, 2024
Merged

fix: use dynamic auth by default #134

merged 1 commit into from
Jul 24, 2024

Conversation

ctrox
Copy link
Contributor

@ctrox ctrox commented Jul 24, 2024

In a previous PR, we changed the client to initialize the token once during creation of the client. This is problematic for longer-running processes such as creating an app where the token might expire at runtime. The only reason for putting the token into the client config was an issue with the autocompletion where the dynamic exec config fails for some shells.

In a previous PR, we changed the client to initialize the token once
during creation of the client. This is problematic for longer-running
processes such as creating an app where the token might expire at
runtime. The only reason for putting the token into the client config
was an issue with the autocompletion where the dynamic exec config
fails for some shells.
@ctrox ctrox merged commit 4ac2ea7 into main Jul 24, 2024
2 checks passed
@ctrox ctrox deleted the client-token branch July 24, 2024 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants