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
Conjur fails to start with docker-compose after reboot of system because of Cloudwatch log stream InvalidSignatureException, Signature expired 20220624T005716Z is now earlier than 20220624T005801Z (20220624T010301Z - 5 min.)
Steps to Reproduce
Have conjur running with docker-compose on an EC2 in AWS
Restart the machine
When machine starts up again with autostart service (systemd) conjur fails to initialize logging driver
See error
Expected Results
Conjur be able to start without issue
Actual Results
docker-compose[1420]: ERROR: for conjur_server Cannot start service conjur: failed to initialize logging driver: failed to create Cloudwatch log stream: InvalidSignatureException: Signature expired: 20220624T005716Z is now earlier than 20220624T005801Z (20220624T010301Z - 5 min.)
docker-compose[1420]: status code: 400, request id:
Reproducible
[x ] Always
Sometimes
Non-Reproducible
Version/Tag number
1.11.6
Environment setup
AWS
Running inside a EC2 machine dedicated for cyberark/conjur server and cyberark/conjur-cli within a docker-compose.
Additional Information
If I make an AMI of the current running machine and create a new machine from it with identical setup it works
The text was updated successfully, but these errors were encountered:
Summary
Conjur fails to start with docker-compose after reboot of system because of Cloudwatch log stream InvalidSignatureException, Signature expired 20220624T005716Z is now earlier than 20220624T005801Z (20220624T010301Z - 5 min.)
Steps to Reproduce
Expected Results
Conjur be able to start without issue
Actual Results
docker-compose[1420]: ERROR: for conjur_server Cannot start service conjur: failed to initialize logging driver: failed to create Cloudwatch log stream: InvalidSignatureException: Signature expired: 20220624T005716Z is now earlier than 20220624T005801Z (20220624T010301Z - 5 min.)
docker-compose[1420]: status code: 400, request id:
Reproducible
Version/Tag number
1.11.6
Environment setup
Running inside a EC2 machine dedicated for cyberark/conjur server and cyberark/conjur-cli within a docker-compose.
Additional Information
If I make an AMI of the current running machine and create a new machine from it with identical setup it works
The text was updated successfully, but these errors were encountered: