Any tips for domain name migration/change (FAST)? #2068
Answered
by
ludoo
chpetit-capgemini
asked this question in
Q&A
-
First of all thank you for all your work and time. My company is considering changing the domain name and releasing the old one we were using to set up a training landing zone. We use Fabric FAST to configure our landing zone. Do you have any tips to share before forcing domain name change in Terraform files. Some steps to pay attention to? What should I do first in Fabric FAST? Traps to avoid? |
Beta Was this translation helpful? Give feedback.
Answered by
ludoo
Feb 12, 2024
Replies: 1 comment 4 replies
-
Are you changing the org domain, and have you deployed FAST already? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ok, so it should not change anything from the FAST PoV. Right now FAST depends on groups defined in the Cloud Identity associated with the org, but that is changing soon with PR #2064
Once that is in, you can use any type of principal where FAST expects a group, so you could have
group:[email protected]
or even useprincipal:
andprincipalSet
to bring over external identities via Workforce Identity Federation.