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

DXCDT-450: Remove deprecated tenant universal login fields #712

Merged
merged 2 commits into from
Jul 13, 2023

Conversation

willvedd
Copy link
Contributor

@willvedd willvedd commented Jul 12, 2023

🔧 Changes

Removing reference to the following deprecated fields in the auth0_tenant resource:

  • universal_login tenant flag, which is deprecated across entire Auth0 product
  • universal_login block on schema root which managed colors

Refer to the migration guide for more information on how to manage these deprecations.

📚 References

🔬 Testing

N/A.

📝 Checklist

  • All new/changed/fixed functionality is covered by tests (or N/A)
  • I have added documentation for all new/changed functionality (or N/A)

@willvedd willvedd requested a review from a team as a code owner July 12, 2023 21:05
@codecov-commenter
Copy link

codecov-commenter commented Jul 12, 2023

Codecov Report

Merging #712 (b4dacd4) into v1 (c5494ad) will decrease coverage by 0.06%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            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     
Impacted Files Coverage Δ
internal/auth0/tenant/expand.go 100.00% <ø> (ø)
internal/auth0/tenant/flatten.go 91.17% <ø> (+2.94%) ⬆️
internal/auth0/tenant/resource.go 96.67% <ø> (-0.42%) ⬇️

@@ -100,7 +97,6 @@ resource "auth0_tenant" "my_tenant" {
enabled_locales = ["en", "de", "fr"]

flags {
universal_login = true
Copy link
Contributor

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.

Copy link
Contributor

Choose a reason for hiding this comment

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

🤔

Copy link
Contributor

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.

@sergiught sergiught force-pushed the DXCDT-450-remove-deprecated-universal-login-fields branch from b825a3b to b4dacd4 Compare July 13, 2023 10:22
@willvedd willvedd enabled auto-merge (squash) July 13, 2023 15:10
@willvedd willvedd merged commit fa1dc13 into v1 Jul 13, 2023
4 checks passed
@willvedd willvedd deleted the DXCDT-450-remove-deprecated-universal-login-fields branch July 13, 2023 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants