Closed diverdane closed 4 years ago
If a Conjur OSS cluster is installed or upgraded using --set logLevel=debug, then the documented method for retrieving the admin password (see https://github.com/cyberark/conjur-oss-helm-chart/tree/master/conjur-oss#configuring-conjur-accounts) fails since it captures not only the admin password, but also the preceding debug log output.
--set logLevel=debug
Steps to reproduce the behavior:
--set logLevel=debug --set account.name=myConjurAccount --set account.create=true
Just the admin password should be displayed.
Admin password get displayed but with preceding debug logs.
Latest.
Any platform.
Summary
If a Conjur OSS cluster is installed or upgraded using
--set logLevel=debug
, then the documented method for retrieving the admin password (see https://github.com/cyberark/conjur-oss-helm-chart/tree/master/conjur-oss#configuring-conjur-accounts) fails since it captures not only the admin password, but also the preceding debug log output.Steps to Reproduce
Steps to reproduce the behavior:
--set logLevel=debug --set account.name=myConjurAccount --set account.create=true
Expected Results
Just the admin password should be displayed.
Actual Results (including error logs, if applicable)
Admin password get displayed but with preceding debug logs.
Reproducible
Version/Tag number
Latest.
Environment setup
Any platform.
Additional Information