This is an intermittent error that occurs when we're trying to log into
Conjur. I don't know the root cause, but executing Conjur CLI commands
inside a retry loop will fix the issue.
Desired Outcome
Running the deploy scripts for Conjur OSS does not result in 500 Internal Server Error errors.
Currently, when the deploy scripts are run for Conjur OSS, when we get to the point where the Conjur CLI Pod is being configured (in the 6.5_configure_cli_pod.sh script), we see the following error:
This is an intermittent error that occurs when we're trying to log into Conjur. I don't know the root cause, but executing Conjur CLI commands inside a retry loop will fix the issue.
Implemented Changes
Commands that are executed in the Conjur CLI Pod are now run within a retry loop.
Added quotes around Bash variable references, as required by our Bash style guides.
For commands executed inside the Conjur CLI Pod, added -- between instances of $cli exec <conjur-cli-pod-name> -c <container> and the command to be executed inside the Conjur CLI pod. Not using the -- is deprecated syntax.
Connected Issue/Story
Definition of Done
At least 1 todo must be completed in the sections below for the PR to be
merged.
Changelog
[ ] The CHANGELOG has been updated, or
[ ] This PR does not include user-facing changes and doesn't require a
CHANGELOG update
Test coverage
[ ] This PR includes new unit and integration tests to go with the code
changes, or
[ ] The changes in this PR do not require tests
Documentation
[ ] Docs (e.g. READMEs) were updated in this PR
[ ] A follow-up issue to update official docs has been filed here: [insert issue ID]()
[ ] This PR does not require updating any documentation
Behavior
[ ] This PR changes product behavior and has been reviewed by a PO, or
[ ] These changes are part of a larger initiative that will be reviewed later, or
[ ] No behavior was changed with this PR
Security
[ ] Security architect has reviewed the changes in this PR,
[ ] These changes are part of a larger initiative with a separate security review, or
[ ] There are no security aspects to these changes
This is an intermittent error that occurs when we're trying to log into Conjur. I don't know the root cause, but executing Conjur CLI commands inside a retry loop will fix the issue.
Desired Outcome
Running the deploy scripts for Conjur OSS does not result in
500 Internal Server Error
errors.Currently, when the deploy scripts are run for Conjur OSS, when we get to the point where the Conjur CLI Pod is being configured (in the
6.5_configure_cli_pod.sh
script), we see the following error:This is an intermittent error that occurs when we're trying to log into Conjur. I don't know the root cause, but executing Conjur CLI commands inside a retry loop will fix the issue.
Implemented Changes
--
between instances of$cli exec <conjur-cli-pod-name> -c <container>
and the command to be executed inside the Conjur CLI pod. Not using the--
is deprecated syntax.Connected Issue/Story
Definition of Done
At least 1 todo must be completed in the sections below for the PR to be merged.
Changelog
Test coverage
Documentation
README
s) were updated in this PRBehavior
Security