Open leifmadsen opened 8 months ago
https://github.com/rh-osp-demo/dp-demo/blob/main/demo/files/osp-ng-ctlplane-secret.yaml#L18 shows the same secret as the rest of the file, but the length is too short.
If you follow https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/18.0-dev-preview/html-single/deploying_red_hat_openstack_platform_18.0_development_preview_3_on_red_hat_openshift_container_platform/index#proc_providing-secure-access-to-the-RHOSP-services_preparing then you'll see a procedure step that says:
Replace with a base64 encoded password for Orchestration service (heat) authentication that is at least 32 characters long.
Which is referencing HeatAuthEncryptionKey: <base64_password_heat>.
HeatAuthEncryptionKey: <base64_password_heat>
https://github.com/rh-osp-demo/dp-demo/blob/main/demo/files/osp-ng-ctlplane-secret.yaml#L18 shows the same secret as the rest of the file, but the length is too short.
If you follow https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/18.0-dev-preview/html-single/deploying_red_hat_openstack_platform_18.0_development_preview_3_on_red_hat_openshift_container_platform/index#proc_providing-secure-access-to-the-RHOSP-services_preparing then you'll see a procedure step that says:
Which is referencing
HeatAuthEncryptionKey: <base64_password_heat>
.