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
On creation of a roleset, the vault server creates a google service account on my-project with the given bindings.
But when I delete the roleset from vault by using,
$ vault delete gcp/roleset/my-token-roleset
Success! Data deleted (if it existed) at: gcp/roleset/my-token-roleset
the google service account is still there. Is it expected behavior? If it is, how to delete the created google service account along with the deletion of gcp roleset in vault?
The text was updated successfully, but these errors were encountered:
I have a vault server running. I've enabled and configured GCP secret engine by using the
vault
CLI tool.Then I've configured a roleset by using,
On creation of a
roleset
, the vault server creates a google service account onmy-project
with the givenbindings
.But when I delete the
roleset
from vault by using,$ vault delete gcp/roleset/my-token-roleset Success! Data deleted (if it existed) at: gcp/roleset/my-token-roleset
the google service account is still there. Is it expected behavior? If it is, how to delete the created google service account along with the deletion of gcp roleset in vault?
The text was updated successfully, but these errors were encountered: