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

WIP: App Role Authentication #16

Closed
wants to merge 1 commit into from

Conversation

DaspawnW
Copy link
Owner

@DaspawnW DaspawnW commented May 1, 2019

Work in Progress to implement #4 App Role Authentication

Please see the following Docker Image to test App Role Authentication: daspawnw/vault-crd:1.3.0-beta

For App Role Authentication the following methods are available:

appRole

required environment variables:

KUBERNETES_VAULT_AUTH = 'appRole'
KUBERNETES_VAULT_URL = 'https://.../v1/
KUBERNETES_VAULT_ROLEID = '' <-- Required role-id
KUBERNETES_VAULT_TOKEN = 'token' <-- Required for wrapped SecretId

appRolePull

required environment variables:

KUBERNETES_VAULT_AUTH = 'appRolePull'
KUBERNETES_VAULT_URL = 'https://.../v1/
KUBERNETES_VAULT_TOKEN = '' <---- Initial Token for pull
KUBERNETES_VAULT_ROLE = '' <---- app role name

@DaspawnW
Copy link
Owner Author

stale

@DaspawnW DaspawnW closed this Jun 24, 2020
@DaspawnW DaspawnW deleted the feature/approle-authentication branch November 7, 2021 18:43
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.

1 participant