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 support for external Access Groups #633

Merged
merged 7 commits into from
Mar 25, 2020

Conversation

jacobbednarz
Copy link
Member

Updates the cloudflare_access_policy to support defining external
integrations for the Access Policy.

Closes #628

This is a static IdP which has been manually setup to support testing
the Access Group integrations. This commit ensures we don't
automatically remove it.
Updates the `cloudflare_access_policy` to support defining external
integrations for the Access Policy.

Closes cloudflare#628
@ghost ghost added the size/XL label Mar 24, 2020
@ghost ghost added the kind/documentation Categorizes issue or PR as related to documentation. label Mar 24, 2020
I was silly and duplicated this for no reason. This can just use the same method now.
CommonName string `json:"common_name"`
}{CommonName: values.(string)}})
}
} else if accessGroupType == "gsuite" {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is quite the mess. I'm going to look at cleaning this giant block of conditionals up in another PR.

Because this needs to be consistently available, it's super hard to
get right with automation. Let's remove it for now until we have a
better option.
@jacobbednarz jacobbednarz force-pushed the access-group-support branch from a55dd2a to 4865352 Compare March 25, 2020 20:39
@jacobbednarz jacobbednarz merged commit e36d4ea into cloudflare:master Mar 25, 2020
@jacobbednarz jacobbednarz deleted the access-group-support branch March 25, 2020 23:49
boekkooi-lengoo pushed a commit to boekkooi-lengoo/terraform-provider-cloudflare that referenced this pull request Feb 28, 2022
…ctions/actions/checkout-2.3.4

build(deps): bump actions/checkout from 2 to 2.3.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/documentation Categorizes issue or PR as related to documentation. size/XL
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add remaining Access group options
1 participant