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

feature(cloudbuilder): Add UsePersistedStoragePath configuration to c… #643

Conversation

ShawnAbshire
Copy link
Contributor

closes #636

Comment on lines +80 to +84
if (path is null)
{
// use default
return this;
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

I would like to remove this, since we handle nulls here https://github.com/camunda-community-hub/zeebe-client-csharp/blob/main/Client/Impl/Builder/CamundaCloudTokenProviderBuilder.cs#L78-L83 and would like to fail if we put null in (likely by mistake, otherwise we would hide this and only realize later that we are not writing to the expected path)

@ChrisKujawa
Copy link
Collaborator

I will merge it and do it afterwards. Thanks for your contribution!

@ChrisKujawa ChrisKujawa merged commit 0eeeb45 into camunda-community-hub:main Feb 1, 2024
5 checks passed
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.

Expose UsePath in the CamundaCloudClientBuilder for persisted token storage.
2 participants