You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changing the user from a simple string to a struct broke formatting for all logging of this field in both this project and others that use it.
Steps to Reproduce
Use the project normally and notice the following in logs:
Expected Results
INFO: 2020/04/20 08:23:44 authenticator.go:113: CAKC007I Logging in as user host/conjur/authn-k8s/conjur-5-e799170e-f-test/apps/test-app-5-e799170e-f/service_account/oc-test-app-summon-init.
Actual Results (including error logs, if applicable)
INFO: 2020/04/20 08:23:44 authenticator.go:113: CAKC007I Logging in as user &{host/conjur/authn-k8s/conjur-5-e799170e-f-test/apps/test-app-5-e799170e-f/service_account/oc-test-app-summon-init host.conjur.authn-k8s.conjur-5-e799170e-f-test.apps test-app-5-e799170e-f.service_account.oc-test-app-summon-init}.
The text was updated successfully, but these errors were encountered:
### Fixed
- Logs now correctly print only the Conjur identity without the policy branch prefix.
([#126](#126))
- When authentication fails, the exponential backoff retry is correctly reset so
that it will continue to attempt to authenticate until backoff is exhausted.
([#158](#158))
### Changed
- Wait slightly for the client certificate file to exist after login before
raising an error.
[#119](#119)
### Fixed
- Logs now correctly print only the Conjur identity without the policy branch prefix.
([#126](#126))
- When authentication fails, the exponential backoff retry is correctly reset so
that it will continue to attempt to authenticate until backoff is exhausted.
([#158](#158))
### Changed
- Wait slightly for the client certificate file to exist after login before
raising an error.
[#119](#119)
### Fixed
- Logs now correctly print only the Conjur identity without the policy branch prefix.
([#126](#126))
- When authentication fails, the exponential backoff retry is correctly reset so
that it will continue to attempt to authenticate until backoff is exhausted.
([#158](#158))
### Changed
- Wait slightly for the client certificate file to exist after login before
raising an error.
[#119](#119)
Summary
Changing the user from a simple string to a struct broke formatting for all logging of this field in both this project and others that use it.
Steps to Reproduce
Use the project normally and notice the following in logs:
Expected Results
Actual Results (including error logs, if applicable)
The text was updated successfully, but these errors were encountered: