-
Notifications
You must be signed in to change notification settings - Fork 89
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
DXCDT-450: Remove deprecated tenant universal login fields #712
DXCDT-450: Remove deprecated tenant universal login fields #712
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## v1 #712 +/- ##
==========================================
- Coverage 87.50% 87.44% -0.06%
==========================================
Files 85 85
Lines 13392 13312 -80
==========================================
- Hits 11718 11641 -77
+ Misses 1266 1264 -2
+ Partials 408 407 -1
|
@@ -100,7 +97,6 @@ resource "auth0_tenant" "my_tenant" { | |||
enabled_locales = ["en", "de", "fr"] | |||
|
|||
flags { | |||
universal_login = true |
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.
Hm... I think the universal_login flag should probably stay, it's just the block that needs to get removed.
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.
🤔
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.
Nvm, we'll prefer switching the UL exp through the branding resource.
b825a3b
to
b4dacd4
Compare
🔧 Changes
Removing reference to the following deprecated fields in the
auth0_tenant
resource:universal_login
tenant flag, which is deprecated across entire Auth0 productuniversal_login
block on schema root which managed colorsRefer to the migration guide for more information on how to manage these deprecations.
📚 References
🔬 Testing
N/A.
📝 Checklist