Hello, I'm not sure if my account is acting up or ...
# ask-community
c
Hello, I'm not sure if my account is acting up or if there's a bug, but I'm unable to delete a secret in my account with the name
test/
. I was trying to see if a secret could be named
test/this/path
and after adding it
test/
was the only part that stayed. Now it can't be deleted.
z
Hi @Carter Kwon -- this appears to be a limitation in the way names are listed when you call
list_secret_names
I believe the secret should still exist and be deletable via the full name
A fix is pending in the backend to properly list your nested secrets. Let me know if you encounter any more problems though as listing should be the only broken part here.
c
Thanks for looking into it 👍