-
Notifications
You must be signed in to change notification settings - Fork 59
Separate skyline secret creation and Update docs #1266
New issue
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
base: main
Are you sure you want to change the base?
Separate skyline secret creation and Update docs #1266
Conversation
|
Welcome, new contributor! |
|
Welcome, new contributor! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please also add skylinesecrets.yaml to .gitignore
| db-username: $(echo -n "skyline" | base64) | ||
| db-password: $(echo -n $skyline_db_password | base64 -w0) | ||
| secret-key: $(echo -n $skyline_secret_key_password | base64 -w0) | ||
| keystone-endpoint: $(echo -n "http://keystone-api.openstack.svc.cluster.local:5000/v3" | base64 -w0) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if saml is enabled, this will need to be the public endpoint for keystone.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As discussed updated the docs with Enable federation section
… skylinesecrets to gitignore
|
Welcome, new contributor! |
Objective - Separate skyline secret creation from create-secrets.sh to create-skyline-secrets.sh and Update openstack-skyline.md docs