-
Notifications
You must be signed in to change notification settings - Fork 1
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
sloctl does not resolve to environment variables SLOCTL_CLIENT_ID SLOCTL_CLIENT_SECRET when running as root in version 0.0.87 #12
Comments
hey @heshamelsherif97 :) First of all, why are you running |
I checked, and we've got a bug there, which breaks this workflow, I'll be fixing this and let you know once the new version is published. [Contexts]
[Contexts.default] |
@nieomylnieja
results
|
@heshamelsherif97 the new version which should fix the issues you've encountered is here: https://github.com/nobl9/sloctl/releases/tag/v0.0.88 :) docker run -e SLOCTL_CLIENT_ID="xxxxx" -e SLOCTL_CLIENT_SECRET="xxxx" nobl9/sloctl:latest get slos --no-config-file I'll update the example in this repo too. |
Appendix: the v0.0.89 version completely fixes the issue, you can run the example command without problems now. Let me know If this solves your issues! |
Thanks a lot @nieomylnieja Works now |
glad to hear that and sorry for the inconvenience! |
Steps to reproduce
As root user
Results in error
The text was updated successfully, but these errors were encountered: