Streamline bao.coulomb.social login as "Sign in with KeyCape" via a versioned nginx gateway that injects overlay assets and proxies to OpenBao. Disable chart ingress in favor of the overlay ingress, wire make openbao-deploy, and add openbao-verify-login-overlay with upstream drift detection.
8 lines
No EOL
565 B
Text
8 lines
No EOL
565 B
Text
# OpenBao UI asset fingerprints for image tag 2.5.4.
|
|
# Regenerate after an OpenBao image bump when login markup drifts.
|
|
# Compare vault.js only — index.html is intentionally modified by the gateway.
|
|
# curl -sS https://bao.coulomb.social/ui/ -o /tmp/index.html
|
|
# vault_path=$(rg -o '/ui/assets/vault-[a-f0-9]+\\.js' /tmp/index.html | head -1)
|
|
# curl -sS "https://bao.coulomb.social${vault_path}" -o /tmp/vault.js
|
|
# sha256sum /tmp/vault.js
|
|
f0214b5be89377395f8d6521c34139877529bd95ba703901c78b527ab0f1c231 ui/assets/vault-bae6b876038fbf475728f993b5a62002.js |