Add created_by_id to cluster_agents and cluster_agent_tokens
Spun out of this discussion !48320 (comment 466021421)
Proposal
- Add colums
created_by_id
to bothcluster_agents
andcluster_agent_tokens
. - Record this from
current_user
inClusters::AgentTokens::CreateService
Tasks to complete
-
Add column created_by_user_id
tocluster_agents
with GraphQL updates -
Add column created_by_user_id
tocluster_agent_tokens
with GraphQL updates
Edited by Emily Ring