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 auto_redirect_to_identity to access organizations #1260

Merged
merged 1 commit into from Apr 6, 2023

Conversation

GreenStage
Copy link
Contributor

Adds auto_redirect_to_identity to access organizations. This field has been supported for a while now, but undocumented.

Description

Describe your changes in detail through motivation and context. Why is
this change required? What problem does it solve? If it fixes an open
issue, link to the issue using GitHub's closing issues keywords1.

Has your change been tested?

automated test should be enough

Screenshots (if appropriate):

Types of changes

What sort of change does your code introduce/modify?

  • Bug fix (non-breaking change which fixes an issue)
  • [ X ] New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • [ X ] My code follows the code style of this project.
  • [ X ] My change requires a change to the documentation.
  • [ X ] I have updated the documentation accordingly.
  • [ X ] I have added tests to cover my changes.
  • [ X ] All new and existing tests passed.
  • [ X ] This change is using publicly documented (api.cloudflare.com or developers.cloudflare.com) and stable APIs.

@github-actions
Copy link
Contributor

github-actions bot commented Apr 5, 2023

changelog detected ✅

@codecov-commenter
Copy link

codecov-commenter commented Apr 5, 2023

Codecov Report

Merging #1260 (ae7ec32) into master (0c3db86) will increase coverage by 0.07%.
The diff coverage is 48.27%.

@@            Coverage Diff             @@
##           master    #1260      +/-   ##
==========================================
+ Coverage   49.23%   49.31%   +0.07%     
==========================================
  Files         131      131              
  Lines       12665    12686      +21     
==========================================
+ Hits         6236     6256      +20     
+ Misses       4988     4981       -7     
- Partials     1441     1449       +8     
Impacted Files Coverage Δ
access_organization.go 64.70% <ø> (ø)
access_policy.go 76.31% <ø> (ø)
errors.go 40.78% <ø> (ø)
rulesets.go 34.86% <0.00%> (-0.12%) ⬇️
ssl.go 72.72% <ø> (ø)
zone.go 41.70% <50.00%> (+2.59%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@jacobbednarz jacobbednarz merged commit 835007c into cloudflare:master Apr 6, 2023
11 checks passed
@github-actions github-actions bot added this to the v0.65.0 milestone Apr 6, 2023
github-actions bot pushed a commit that referenced this pull request Apr 6, 2023
@github-actions
Copy link
Contributor

This functionality has been released in v0.65.0.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants