2026-06-19 20:28:16 +02:00
|
|
|
# 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.
|
2026-08-23 12:50:23 +02:00
|
|
|
# curl -sS http://127.0.0.1:18200/ui/ -o /tmp/index.html
|
2026-06-19 20:28:16 +02:00
|
|
|
# vault_path=$(rg -o '/ui/assets/vault-[a-f0-9]+\\.js' /tmp/index.html | head -1)
|
2026-08-23 12:50:23 +02:00
|
|
|
# curl -sS "http://127.0.0.1:18200${vault_path}" -o /tmp/vault.js
|
2026-06-19 20:28:16 +02:00
|
|
|
# sha256sum /tmp/vault.js
|
2026-08-23 12:50:23 +02:00
|
|
|
f0214b5be89377395f8d6521c34139877529bd95ba703901c78b527ab0f1c231 ui/assets/vault-bae6b876038fbf475728f993b5a62002.js
|