Call my Restfull API in edge internet by everyone

hi
How can I find that my Restful API call in the edge internet by everyone ?

Hi,

Thanks for posting here. I don’t entirely understand your question. Can you elaborate more on how you’ve deployed Vault, what you’re trying to accomplish, and what you’ve tried so far? That will help.

Thanks!
Becca

Hi, Becca

Thanks for sending the answer
I want to see exactly the authentication of the clients that come to my service through API
I haven’t used the Vault tool yet !
Can Vault help me?

Thanks!
Bahram

Ah! Thanks for the elaboration.

Vault does allow you to enable audit devices the log nearly every request and response in the Vault API. The file audit device allows you to use a “log_raw” option that also outputs the client token that was given by the request. More docs are here: https://www.vaultproject.io/docs/audit/file/

1 Like

Hi, Becca
useful guide, Thanks :pray: