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

Added new okta_app_signon_policy and okta_app_sign_on_policy_rule resources #714

Merged
merged 4 commits into from
Oct 15, 2021

Conversation

bogdanprodan-okta
Copy link
Contributor

Fix #456
Fix #56

@bogdanprodan-okta bogdanprodan-okta added new-data-source New TF data source new-resource New TF resource labels Oct 15, 2021
@bogdanprodan-okta bogdanprodan-okta self-assigned this Oct 15, 2021
@MikeMondragon-okta MikeMondragon-okta merged commit 95e716b into master Oct 15, 2021
Copy link
Contributor

@noinarisak noinarisak left a comment

Choose a reason for hiding this comment

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

@monde and @bogdanprodan-okta . I got some thoughts about this PR, please look at my feedback.

Particularly the impact that would be to the customer when it comes between App SignOn Policy when it comes between Identity Engine and Classic. I think there is needs to be more warning docs that you can't use this resource without being an OIE tenant.

@@ -0,0 +1,143 @@
resource "okta_app_saml" "test" {
Copy link
Contributor

@noinarisak noinarisak Oct 15, 2021

Choose a reason for hiding this comment

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

Very minor, bacis is misspelled on the tf file. 😄


# okta_app_signon_policy

~> **IMPORTANT NOTE:** This feature is only available as a part of the Identity Engine. [Contact support](mailto:dev-inquiries@okta.com) for further information.
Copy link
Contributor

Choose a reason for hiding this comment

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

I might even label this as WARNING, this okta resource is completely Okta Identity Engine tenant and will not work to manage new or existing App SignOn Policy on Okta Classic.


# okta_app_signon_policy_rule

~> **IMPORTANT NOTE:** This feature is only available as a part of the Identity Engine. [Contact support](mailto:dev-inquiries@okta.com) for further information.
Copy link
Contributor

Choose a reason for hiding this comment

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

I might even label this as WARNING, this okta resource is completely Okta Identity Engine tenant and will not work to manage new or existing App SignOn Policy on Okta Classic.

@noinarisak
Copy link
Contributor

noinarisak commented Oct 15, 2021

@monde and @bogdanprodan-okta Oh, are missing some accepting testing for new resources? Missing resource_okta_app_signon_policy_test.go and resource_okta_app_signon_policy_rule_test.go files?

@bogdanprodan-okta
Copy link
Contributor Author

@monde and @bogdanprodan-okta Oh, are missing some accepting testing for new resources? Missing resource_okta_app_signon_policy_test.go and resource_okta_app_signon_policy_rule_test.go files?

I'll add tests in another PR.

@bogdanprodan-okta bogdanprodan-okta deleted the app_signon_policy_rule branch October 18, 2021 15:12
@bogdanprodan-okta bogdanprodan-okta changed the title Added new 'okta_app_signon_policy' and 'okta_app_sign_on_policy_rule' resources Added new okta_app_signon_policy and okta_app_sign_on_policy_rule resources Oct 20, 2021
@bogdanprodan-okta bogdanprodan-okta added the identity engine Related to Okta Identity Engine (OIE) label Oct 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
identity engine Related to Okta Identity Engine (OIE) new-data-source New TF data source new-resource New TF resource
Projects
None yet
Development

Successfully merging this pull request may close these issues.

okta_app_saml Add Sign On Policy Rule Attributes New Resource: App Sign On Policy
3 participants