ignis: add basic auth via envoy SecurityPolicy
Ignis has no built-in auth; required now that ignis.fireflylab.cc is a public hostname. Plain k8s Secret (no Vault yet) holding an htpasswd hash, enforced at gateway via SecurityPolicy.
This commit is contained in:
@@ -40,3 +40,9 @@ httpRoute:
|
||||
hostnames:
|
||||
- ignis.fireflylab.local
|
||||
- ignis.fireflylab.cc
|
||||
|
||||
auth:
|
||||
enabled: true
|
||||
# bcrypt htpasswd line, e.g. output of: htpasswd -nB <user>
|
||||
# Generate this yourself — do not put the plaintext password here.
|
||||
htpasswd: "duynguyen:$2y$05$0hgFpQXdm1arjoEG5Gqs5.Q0Bl8YGOgXVLzBXdQjCnBTRgR1sYb9O"
|
||||
|
||||
Reference in New Issue
Block a user