Ideas for how to implement a "user info cache" #350
JacobCallahan
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With some concepts being floated around to rbac changes in the AnsibleTower provider, it may become necessary to store information about a user's access to things like workflows, inventories, and more. Constantly looking these up be a significant toll on the provider. Instead, it would likely be smart to implement some form of local cache to store the information after initial lookup.
Here are some things I think are important for the design of this feature.
I'll follow-up with additional design ideas in responses to this discussion.
Beta Was this translation helpful? Give feedback.
All reactions