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

error: Problem with arguments #66

Open
christoffv opened this issue May 23, 2024 · 0 comments
Open

error: Problem with arguments #66

christoffv opened this issue May 23, 2024 · 0 comments

Comments

@christoffv
Copy link

9b5c2799e9b1:/validate-sudoers # env | grep VAULT
VAULT_TOKEN=<very secret token>
VAULT_SIGN_PATH=.../sha2-512
VAULT_VERIFY_PATH=../folder
VAULT_ADDR=https://vaultserver:8200
9b5c2799e9b1:/validate-sudoers # /root/bin/vaultsign --armor --detach-sign --sign --keyid-format long --local-user root --status-fd 1 README.md

error: The following required arguments were not provided:
--verify

9b5c2799e9b1:/validate-sudoers # /root/bin/vaultsign --armor --detach-sign --sign --verify --keyid-format long --local-user root --status-fd 1 README.md

error: The argument '--verify' cannot be used with one or more of the other specified arguments

9b5c2799e9b1:/validate-sudoers # /root/bin/vaultsign --armor --detach-sign --verify --keyid-format long --local-user root --status-fd 1 README.md

error: The following required arguments were not provided:
--sign

Container: SLES15SP5
Vault v1.16.2 (c6e4c2d4dc3b0d57791881b087c026e2f75a87cb), built 2024-04-22T16:25:54Z
vaultsign 1.0.0

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

No branches or pull requests

1 participant