kie-cloud-operator
kie-cloud-operator copied to clipboard
[KIECLOUD-422] move admin user/pwd to statusDescriptors
Dependant on https://github.com/openshift/console/pull/6697
We'll need to wait for a later operator release. Once the above is merged. Then, we'll need to target the operator version that aligns with whatever OCP version these console password type enhancements are released with. Which appears to be 4.7.
Signed-off-by: tchughesiv [email protected]
Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: tchughesiv
The full list of commands accepted by this bot can be found here.
The pull request process is described here
- ~~OWNERS~~ [tchughesiv]
Approvers can indicate their approval by writing /approve
in a comment
Approvers can cancel approval by writing /approve cancel
in a comment
What happened here? Did you change your strategy RE displaying the default RedHat password to users?
What happened here? Did you change your strategy RE displaying the default RedHat password to users?
@bmozaffa yes... further testing reveals that randomly generated passwords (the most important ones to display) are in status only.
unfortunately, the password
type is not currently supported in statusDescriptors... so i've submitted a PR to add it.
https://github.com/openshift/console/pull/6697
/lgtm
/lgtm
New changes are detected. LGTM label has been removed.
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities (and
0 Security Hotspots to review)
0 Code Smells
No Coverage information
100.0% Duplication
@tchughesiv: PR needs rebase.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
@tchughesiv: The following tests failed, say /retest
to rerun all failed tests:
Test name | Commit | Details | Rerun command |
---|---|---|---|
ci/prow/lint | 998eb09ec6fb75cb562f9d96582f1214f75e17e0 | link | /test lint |
ci/prow/vet | 998eb09ec6fb75cb562f9d96582f1214f75e17e0 | link | /test vet |
ci/prow/format | 998eb09ec6fb75cb562f9d96582f1214f75e17e0 | link | /test format |
ci/prow/images | 998eb09ec6fb75cb562f9d96582f1214f75e17e0 | link | /test images |
ci/prow/configs | 998eb09ec6fb75cb562f9d96582f1214f75e17e0 | link | /test configs |
ci/prow/mod | 998eb09ec6fb75cb562f9d96582f1214f75e17e0 | link | /test mod |
ci/prow/unit | 998eb09ec6fb75cb562f9d96582f1214f75e17e0 | link | /test unit |
Full PR test history. Your PR dashboard.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.
i guess we can close this as outdated, right @tchughesiv