The CLI/SDK pipeline is failing on RHEL8 Integration Tests because of a password complexity issue when deploying the appliance. The randomly generated password does not mean the complexity requirement and this should be changed to pull the secret from the ConjurOps server using summon.
Steps to Reproduce
Steps to reproduce the behavior:
Go to project's jenkins pipeline
Run (re-run) the pipeline
You should se the error pictured above. If you don't re-run the pipeline until you do
Expected Results
A clear and concise description of what you expected to happen.
Pull secret from ConjurOps using summon so we won't see this flakiness
Actual Results (including error logs, if applicable)
error: Admin password The password you have chosen does not meet the complexity requirements. Choose a password that includes: 12-128 characters, 2 uppercase letters, 2 lowercase letters, 1 digit, and 1 special character.
Summary
The CLI/SDK pipeline is failing on RHEL8 Integration Tests because of a password complexity issue when deploying the appliance. The randomly generated password does not mean the complexity requirement and this should be changed to pull the secret from the ConjurOps server using summon.
Steps to Reproduce
Steps to reproduce the behavior:
Expected Results
A clear and concise description of what you expected to happen. Pull secret from ConjurOps using summon so we won't see this flakiness
Actual Results (including error logs, if applicable)
Reproducible
Version/Tag number
-
Environment setup
RHEL 8
Additional Information
-