|
|
|
|
|
by kureikain
1514 days ago
|
|
It's usually rely on some globa mechanims by the underlying architecture. Example, if it's AWS it may rely on ec2 instance role, to allow it access to the secret manager. If it's kubernetes, it can be done through k8s token mount, basically allow token in namespace access the vault, and the token(which is generated and manage by k8s, which is just a JWT btw) is mounted into your pod. |
|