Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the approle auth module #68

Merged
merged 6 commits into from
Sep 18, 2024
Merged

Conversation

wa5i
Copy link
Collaborator

@wa5i wa5i commented Jul 5, 2024

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.

@wa5i wa5i force-pushed the approle branch 7 times, most recently from 8cc4863 to 6250650 Compare July 6, 2024 02:59
@Tongsuo-Project Tongsuo-Project deleted a comment from netlify bot Jul 8, 2024
@wa5i wa5i force-pushed the approle branch 2 times, most recently from 67aaeda to 4f8ab28 Compare July 8, 2024 09:42
@wa5i wa5i closed this Jul 9, 2024
@wa5i wa5i reopened this Jul 9, 2024
src/core.rs Show resolved Hide resolved
@CLAassistant
Copy link

CLAassistant commented Aug 27, 2024

CLA assistant check
All committers have signed the CLA.

@InfoHunter
Copy link
Member

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

@InfoHunter
Copy link
Member

Conflicts need to be resolved.

@wa5i
Copy link
Collaborator Author

wa5i commented Sep 12, 2024

Conflicts need to be resolved.

done

@InfoHunter InfoHunter merged commit aa85b17 into Tongsuo-Project:main Sep 18, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants