我尝试在 Spinnaker 将 URL 路径设置为 spin-gate base-url。
hal config security api edit --override-base-url http://example.com/api
现在,我访问了 Spinnaker ui。
但它不适用于
http://example.com/api/credentials
和
http://example.com/api/webhook/preconfigured
API。
我尝试在 Spinnaker 将 URL 路径设置为 spin-gate base-url。
hal config security api edit --override-base-url http://example.com/api
现在,我访问了 Spinnaker ui。
但它不适用于
http://example.com/api/credentials
和
http://example.com/api/webhook/preconfigured
API。
试试这个。
echo "host: 0.0.0.0" | tee \
~/.hal/default/service-settings/gate.yml \
~/.hal/default/service-settings/deck.yml
hal config security ui edit --override-base-url http://<deck-loadbalancer-dns-entry>:9000
hal config security api edit --override-base-url http://<gate-loadbalancer-dns-entry>:8084
sudo systemctl daemon-reload
sudo hal deploy apply
sudo hal deploy connect