Skip to content

Commit

Permalink
Update skyline-apiserver-secrets secret
Browse files Browse the repository at this point in the history
  • Loading branch information
pratik705 committed Apr 2, 2024
1 parent 21d109e commit 33a6fd0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/openstack-skyline.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,13 @@ kubectl exec --stdin=true --tty=true vault-0 -n vault -- \
db-username=skyline \
db-password=$(< /dev/urandom tr -dc _A-Za-z0-9 | head -c${1:-32};echo;) \
secret-key=$(< /dev/urandom tr -dc _A-Za-z0-9 | head -c${1:-32};echo;) \
keystone-endpoint=http://keystone-api.openstack.svc.cluster.local:5000 \
default-region=RegionOne
keystone-endpoint="$(kubectl --namespace openstack get secret keystone-keystone-admin -o jsonpath='{.data.OS_AUTH_URL}' | base64 -d)" \
keystone-username=skyline \
default-region=RegionOne \
prometheus_basic_auth_password="" \
prometheus_basic_auth_user="" \
prometheus_enable_basic_auth=false \
prometheus_endpoint=http://kube-prometheus-stack-prometheus.prometheus.svc.cluster.local:9090
```

### Validate the secrets
Expand Down

0 comments on commit 33a6fd0

Please sign in to comment.