We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hi,
i have serveral apis which i would like to control via pepper with the use of tokens: eg. in .pepperrc:
[api1] ... [api2] ...
when i use pepper -T -p api1 '*' test.ping everything works as expected now i want to use api2 with: pepper -T -p api2 '*' test.ping i'll get
pepper -T -p api1 '*' test.ping
pepper -T -p api2 '*' test.ping
Pepper error: Authentication denied
without -T it works as expected....
so it would be great to have a per profile peppercache file...
thanks for this awesome projects! :)
The text was updated successfully, but these errors were encountered:
TIL there is -x to specify another peppercache file... so its more an annoyance than a bug... ;)
Sorry, something went wrong.
No branches or pull requests
hi,
i have serveral apis which i would like to control via pepper with the use of tokens:
eg. in .pepperrc:
when i use
pepper -T -p api1 '*' test.ping
everything works as expected
now i want to use api2 with:
pepper -T -p api2 '*' test.ping
i'll get
without -T it works as expected....
so it would be great to have a per profile peppercache file...
thanks for this awesome projects! :)
The text was updated successfully, but these errors were encountered: