I’m able to create a secret with “create secret” GSQL command but I can’t find a way to drop that secret without providing its value. Is there a way to delete a secret without alias and without knowing its value?
Hi @kamyse
You can find the secrets by using SHOW SECRET
once you find the secret you can then DROP SECRET <secret1>
Documentation:
https://docs.tigergraph.com/admin/admin-guide/user-access-management/user-privileges-and-authentication#managing-credentials
1 Like
Hi, thank you for the reference. Unfortunately SHOW SECRET does not provide the full secret value. The secrets shown by that command are with asterisks like “abc***123”. And there isn’t alias provided because the secrets are created without aliases.