You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Vault
Is there a way to view existing app-id's and user-id's?
I've tried both "vault list auth/app-id/map/app_id" and "vault list auth/app-id/map/user-id" and various levels of that command, but I just get back a 500 error.
I'm interested in seeing which and how many of each that I have.
Thanks!
Jeff Mitchell
unread,
Apr 6, 2016, 1:44:59 PM4/6/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vault...@googlegroups.com
There is not currently, no. I think a PR for listing app-ids would be
accepted but user-ids are stored salted and hashed so there's no way
to meaningfully list them.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Vault
that's fine, the app-id's are more useful in terms of listing anyhow.
Ashish Rathore
unread,
May 11, 2016, 7:03:49 AM5/11/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Vault
Hi @Jeff Mitchell
When can we expect above feature means in which version.
Lars Sommer
unread,
Aug 18, 2016, 12:26:16 PM8/18/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Vault
Definitely also interested in this feature as well. My use case:
I am using a Docker container to configure Vault programatically for newly spun up applications and sometimes the registration of applications returns a 204 but fails to actually register the app. Rerunning the configuration job resolves the issue, but I'd rather simply validate my configurations for a more logic based workflow.
Also just generally knowing what's there is a good thing =)
Adam Greene
unread,
Aug 18, 2016, 12:58:21 PM8/18/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
it gives you more flexibility and control, including listing of roles. I used the old app-id backend and converting to app-role can be pretty close to a drop-in replacement