Tongsuo-Project / RustyVault

A rusted vault that can do many awesome secrets management stuff...
Apache License 2.0
264 stars 21 forks source link

Add the approle auth module #68

Closed wa5i closed 2 months ago

wa5i commented 4 months ago

The approle auth method allows machines or apps to authenticate with RustyVault-defined roles. The open design of AppRole enables a varied set of workflows and configurations to handle large numbers of apps. This auth method is oriented to automated workflows (machines and services), and is less useful for human operators. We recommend using batch tokens with the AppRole auth method.

An "AppRole" represents a set of RustyVault policies and login constraints that must be met to receive a token with those policies. The scope can be as narrow or broad as desired. An AppRole can be created for a particular machine, or even a particular user on that machine, or a service spread across machines. The credentials required for successful login depend upon the constraints set on the AppRole associated with the credentials.

CLAassistant commented 2 months ago

CLA assistant check
All committers have signed the CLA.

InfoHunter commented 2 months ago

CLA bot is added, so you need to sign the CLA now

InfoHunter commented 2 months ago

Conflicts need to be resolved.

wa5i commented 2 months ago

Conflicts need to be resolved.

done