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 warnings to the customer facing Boundary API. #3347

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

talanknight
Copy link
Contributor

Warnings are helpful for deprecation notices or when a request configures Boundary in a way that is valid but might not work as intended. A recent example of where warnings might be helpful is when a user updates a target's "filter" field which is deprecated in favor of "ingress_worker_filter" or "egress_worker_filter".

This PR is a draft for now while the RFC is being reviewed and discussions are ongoing.

internal/warning/warning.go Outdated Show resolved Hide resolved
internal/warning/warning_test.go Outdated Show resolved Hide resolved
Warnings are helpful for deprecation notices or when a request configures Boundary in a way that is valid but might not work as intended.  A recent example of where warnings might be helpful is when a user updates a target's "filter" field which is deprecated in favor of "ingress_worker_filter" or "egress_worker_filter".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants