aristanetworks / cvprac

Other
46 stars 47 forks source link

Feat: Add serviceaccount.v1.AccountService rAPI #234

Closed noredistribution closed 1 year ago

noredistribution commented 1 year ago

Currently the svc_account_get_all() only fetches the config state of the service accounts and there's a use case to fetch the status instead which contains the created_by field as well. That way we can do a GetAll and figure out which svc account was created by whom so if a user is deleted we could also delete the service accounts that the user created.