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

[BUG] secrets seem to be required #565

Closed
brownwk opened this issue Sep 23, 2024 · 1 comment
Closed

[BUG] secrets seem to be required #565

brownwk opened this issue Sep 23, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@brownwk
Copy link

brownwk commented Sep 23, 2024

Vault server version

latest

vault-action version

vlatest

Describe the bug

I'm using method: jwt to login to vault. But I don't want secrets as I have a python script to do that.
I remove 'secrets' but the action complains that secrets is required.
Also I need the vault_token for my script but all I'm getting back when using env.vault_token is '***'

To Reproduce

The yaml of the vault-action step, with any sensitive information masked or removed.

Expected behavior

Secrets are optional, but they seem not to be.
Vault token should be accessible to any scripts.

Additional context

Add any other context about the problem here.

@brownwk brownwk added the bug Something isn't working label Sep 23, 2024
@brownwk brownwk closed this as completed Sep 23, 2024
@brownwk
Copy link
Author

brownwk commented Sep 23, 2024

may have sorted it out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant