mirror of
https://github.com/holos-run/holos.git
synced 2026-03-20 09:15:02 +00:00
This patch defines a #AuthPolicyRules struct which excludes hosts from the blanket auth policy and includes them in specialized auth policies. The purpose is to handle special cases like vault requests which have an `X-Vault-Token` and `X-Vault-Request` header. Vault does not use jwts so we cannot verify them in the mesh, have to pass them along to the backend. Closes: #93