parent
9dc8744885
commit
e4960d0fb0
|
@ -23,7 +23,7 @@ Vault validates and authorizes clients (users, machines, apps) before providing
|
|||
|
||||
### How does Vault work?
|
||||
|
||||
Vault works primarily with tokens and a token is associated to the client's policy. Each policy is path-based and policy rules contrains the actions and accessibility to the paths for each client. With Vault, you can create tokens manually and assign them to your clients, or the clients can log in and obtain a token. The illustration below displays Vault's core workflow.
|
||||
Vault works primarily with tokens and a token is associated to the client's policy. Each policy is path-based and policy rules constrains the actions and accessibility to the paths for each client. With Vault, you can create tokens manually and assign them to your clients, or the clients can log in and obtain a token. The illustration below displays Vault's core workflow.
|
||||
|
||||
![Vault Workflow](/img/vault-workflow-diagram1.png)
|
||||
|
||||
|
|
Loading…
Reference in New Issue