Replace hardcoded bare-metal root password with CHANGEME placeholder - #793
Replace hardcoded bare-metal root password with CHANGEME placeholder#793Dyrkon wants to merge 1 commit into
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Dyrkon The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
4e39cc4 to
b113e2c
Compare
mrkisaolamb
left a comment
There was a problem hiding this comment.
We are missing changes in examples/dt/nfv/nfv-ovs-dpdk-sriov-hci/dataplane-pre-ceph.md , examples/dt/nfv/nfv-ovs-dpdk-sriov-2nodesets/dataplane.md and examples/dt/perfscale/scalelab/dataplane.md ?
| cd architecture/examples/va/nvidia-mdev/edpm | ||
| ``` | ||
|
|
||
| Modify the [baremetalset-password.env](../../../dt/nova/nova04delta/edpm/nodeset/baremetalset-password.env) with a secure root password for bare-metal provisioning: |
| cd examples/dt/nfv/nfv-ovs-dpdk-sriov-networker | ||
| ``` | ||
|
|
||
| Modify the [baremetalset-password.env](../../../va/nfv/ovs-dpdk-sriov/edpm/nodeset/baremetalset-password.env) and [baremetalset-password.env](../../../va/nfv/ovs-dpdk-sriov/edpm/networker-nodeset/baremetalset-password.env) with a secure root password for bare-metal provisioning: |
There was a problem hiding this comment.
this should be ../../../../ I think
| cd architecture/examples/dt/nova/nova01alpha/edpm/ | ||
| ``` | ||
|
|
||
| Modify the [baremetalset-password.env](../../../dt/nova/nova01alpha/edpm/nodeset/baremetalset-password.env) with a secure root password for bare-metal provisioning: |
There was a problem hiding this comment.
this should be ../../../../ I think
| cd architecture/examples/dt/nova/nova02beta/edpm/ | ||
| ``` | ||
|
|
||
| Modify the [baremetalset-password.env](../../../dt/nova/nova02beta/edpm/nodeset/baremetalset-password.env) and [baremetalset-password.env](../../../dt/nova/nova02beta/edpm/nodeset2/baremetalset-password.env) with a secure root password for bare-metal provisioning: |
There was a problem hiding this comment.
this should be ../../../../ I think
| @@ -9,7 +9,6 @@ metadata: | |||
| config.kubernetes.io/local-config: "true" | |||
| data: | |||
| # Mapped in dt/nova/nova04delta/edpm/nodeset/kustomization.yaml to baremetalset-password-secret.data.NodeRootPassword | |||
b113e2c to
bd2ed1e
Compare
Removed hardcoded redhat password (CWE-798) from 18 values.yaml files and converted to .env file pattern following bmo01 approach. Operators must now set a secure password in baremetalset-password.env before deployment. Updated 10 deployment docs to document the new requirement. Closes: OSPRH-33539 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
bd2ed1e to
02587c2
Compare
Removed hardcoded redhat password (CWE-798) from 18 values.yaml files and converted to .env file pattern following bmo01 approach. Operators must now set a secure password in baremetalset-password.env before deployment. Updated 10 deployment docs to document the new requirement.
Closes: OSPRH-33539