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

improve access_list error handling #364

Merged
merged 1 commit into from
Feb 20, 2024
Merged

Conversation

pgier
Copy link
Collaborator

@pgier pgier commented Feb 20, 2024

Propagate error to the user when there is a problem creating an access list.
Fixes #361

This is caused by the Astra client library swallowing parse errors, so that the user doesn't see the actual error message. This should be fixed in the client library at some point.
datastax/astra-client-go#32

@pgier
Copy link
Collaborator Author

pgier commented Feb 20, 2024

Similar previous issue: #298

@pgier pgier force-pushed the issue-361-access-list-errors branch from 6b0fa7e to d9d18f5 Compare February 20, 2024 21:47
Propagate error to the user when there is a problem creating an access list.
@pgier pgier force-pushed the issue-361-access-list-errors branch from d9d18f5 to b29421f Compare February 20, 2024 22:14
@pgier pgier merged commit e42b39b into main Feb 20, 2024
4 checks passed
@msmygit msmygit deleted the issue-361-access-list-errors branch February 21, 2024 00:20
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.

Error for astra_access_list is not descriptive enough
2 participants