You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: prevent config drift for OIDC users in Read function
Update the Read function to not populate roles from server response for OIDC users.
This prevents Terraform from detecting config drift when OIDC users have roles
assigned by the OIDC provider but an empty roles list in the Terraform config.
Addresses review comment about config drift in PR #247.
Co-authored-by: angrycub <464492+angrycub@users.noreply.github.com>
0 commit comments