- Notifications
You must be signed in to change notification settings - Fork925
Open
Description
Today we hard code user-auth provisioners with the staticuser-auth
provisioner key in the database. This has issues with displaying this relationship with provisioners because the static key will always have adefault
org ID value. This complicates the display of this data on the UI and DB queries since they filter by organization ID.
We should reconsider the data models and relationships withprovisioners
andprovisionerkeys
to better reflect an accurate state. This most likely means connecting user-auth provisioners to auser
and building a provisioner key for the UI that way.