-
Notifications
You must be signed in to change notification settings - Fork 597
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-5608 added warp auth fields to access organizations and apps #1496
Conversation
9e6c8d3
to
1227eb0
Compare
changelog detected ✅ |
@@ -52,6 +52,7 @@ type AccessApplication struct { | |||
HttpOnlyCookieAttribute *bool `json:"http_only_cookie_attribute,omitempty"` | |||
ServiceAuth401Redirect *bool `json:"service_auth_401_redirect,omitempty"` | |||
PathCookieAttribute *bool `json:"path_cookie_attribute,omitempty"` | |||
AllowAuthenticateViaWarp *bool `json:"allow_authenticate_via_warp,omitempty"` |
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.
nit: s/Warp/WARP
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.
lgtm, ping me once the docs land and we can 🚢
This was just released in the docs! |
This functionality has been released in v0.88.0. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
Description
Has your change been tested?
Unit tests
Screenshots (if appropriate):
Types of changes
What sort of change does your code introduce/modify?
Checklist:
and relies on stable APIs.