-
Notifications
You must be signed in to change notification settings - Fork 631
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
AUTH-6690 Add more fields to access application destinations #4892
Conversation
8146b10
to
056a37e
Compare
This project handles dependency version bumps (including upstream changes from cloudflare-go) independently of the standard PR process using automation. This allows the dependency upgrades to land without causing merge conflicts in multiple branches and handled in a consistent way. The exception to this is security related dependency upgrades but they should be co-ordinated with the maintainer team privately. Please remove the changes to the |
changelog detected ✅ |
go.mod
Outdated
@@ -4,7 +4,7 @@ go 1.23.3 | |||
|
|||
require ( | |||
github.com/agext/levenshtein v1.2.3 // indirect | |||
github.com/cloudflare/cloudflare-go v0.113.0 | |||
github.com/cloudflare/cloudflare-go v0.114.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove this. we handle version bumps outside of feature PRs to prevent merge conflicts.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done! 👍
056a37e
to
c0883e8
Compare
acceptance tests all passing
|
Adds the access application private destination fields to the provider.
Also removes the 'private' domain_type value, which we never got to rollout in the API in the first place.