We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 <base64_password_heat> 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>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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>
.The text was updated successfully, but these errors were encountered: