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
When we start the Conjur server, it prints the following to the log:
authn-local is listening at /run/authn-local/.socket
..../opt/conjur-server/app/domain/authentication/authn_azure/authenticator.rb:7: warning: already initialized constant Authentication::AuthnAzure::Log
/opt/conjur-server/app/domain/authentication/authn_azure/application_identity.rb:4: warning: previous definition of Log was here
/opt/conjur-server/app/domain/authentication/o_auth/fetch_provider_keys.rb:6: warning: already initialized constant Authentication::OAuth::Log
/opt/conjur-server/app/domain/authentication/o_auth/verify_and_decode_token.rb:7: warning: previous definition of Log was here
/opt/conjur-server/app/domain/authentication/o_auth/fetch_provider_keys.rb:7: warning: already initialized constant Authentication::OAuth::Err
/opt/conjur-server/app/domain/authentication/o_auth/verify_and_decode_token.rb:6: warning: previous definition of Err was here
/opt/conjur-server/app/domain/authentication/o_auth/discover_identity_provider.rb:4: warning: already initialized constant Authentication::OAuth::Log
/opt/conjur-server/app/domain/authentication/o_auth/fetch_provider_keys.rb:6: warning: previous definition of Log was here
/opt/conjur-server/app/domain/authentication/o_auth/discover_identity_provider.rb:5: warning: already initialized constant Authentication::OAuth::Err
/opt/conjur-server/app/domain/authentication/o_auth/fetch_provider_keys.rb:7: warning: previous definition of Err was here
/opt/conjur-server/app/domain/authentication/authn_azure/validate_application_identity.rb:6: warning: already initialized constant Authentication::AuthnAzure::Log
/opt/conjur-server/app/domain/authentication/authn_azure/authenticator.rb:7: warning: previous definition of Log was here
/opt/conjur-server/app/domain/authentication/authn_azure/validate_application_identity.rb:7: warning: already initialized constant Authentication::AuthnAzure::Err
/opt/conjur-server/app/domain/authentication/authn_azure/authenticator.rb:6: warning: previous definition of Err was here
/opt/conjur-server/app/domain/authentication/authn_azure/validate_azure_annotations.rb:6: warning: already initialized constant Authentication::AuthnAzure::Log
/opt/conjur-server/app/domain/authentication/authn_azure/validate_application_identity.rb:6: warning: previous definition of Log was here
/opt/conjur-server/app/domain/authentication/authn_azure/validate_azure_annotations.rb:7: warning: already initialized constant Authentication::AuthnAzure::Err
/opt/conjur-server/app/domain/authentication/authn_azure/validate_application_identity.rb:7: warning: previous definition of Err was here
/opt/conjur-server/app/domain/authentication/authn_azure/validate_status.rb:4: warning: already initialized constant Authentication::AuthnAzure::Err
/opt/conjur-server/app/domain/authentication/authn_azure/validate_azure_annotations.rb:7: warning: previous definition of Err was here
/opt/conjur-server/app/domain/authentication/authn_azure/xms_mirid.rb:4: warning: already initialized constant Authentication::AuthnAzure::Err
/opt/conjur-server/app/domain/authentication/authn_azure/validate_status.rb:4: warning: previous definition of Err was here
/opt/conjur-server/app/domain/authentication/authn_k8s/validate_pod_request.rb:8: warning: already initialized constant Authentication::AuthnK8s::Err
/opt/conjur-server/app/domain/authentication/authn_k8s/application_identity.rb:5: warning: previous definition of Err was here
=> Booting Puma
=> Rails 5.2.4.2 application starting in production
=> Run `rails server -h` for more startup options
[21] Puma starting in cluster mode...
[21] * Version 3.12.4 (ruby 2.5.1-p57), codename: Llamas in Pajamas
[21] * Min threads: 5, max threads: 5
[21] * Environment: development
[21] * Process workers: 2
[21] * Preloading application
[21] * Listening on tcp://0.0.0.0:80
[21] Use Ctrl-C to stop
[21] - Worker 0 (pid: 37) booted, phase: 0
[21] - Worker 1 (pid: 46) booted, phase: 0
It will be very helpful for our supportability if the server will print also the version on Conjur. More importantly, this log message should be printed in DAP so it will help us to indicate the Conjur version inside DAP.
DoD:
Conjur version is logged upon startup of Conjur OSS
Conjur version is logged upon startup of DAP
The text was updated successfully, but these errors were encountered:
When we start the Conjur server, it prints the following to the log:
It will be very helpful for our supportability if the server will print also the version on Conjur. More importantly, this log message should be printed in DAP so it will help us to indicate the Conjur version inside DAP.
DoD:
The text was updated successfully, but these errors were encountered: