mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-03-22 07:39:50 +00:00
fix(emqx): how the heck are there Ready STS pods but STS says 0 ready
This commit is contained in:
@@ -24,11 +24,17 @@ spec:
|
||||
authorization {
|
||||
no_match = "deny"
|
||||
deny_action = "ignore"
|
||||
sources = [{
|
||||
enable = true
|
||||
type = file
|
||||
path = "/secrets/acl.conf"
|
||||
}]
|
||||
sources = [
|
||||
{
|
||||
enable = true
|
||||
type = file
|
||||
path = "/secrets/acl.conf"
|
||||
},
|
||||
{
|
||||
enable = true
|
||||
type = built_in_database
|
||||
}
|
||||
]
|
||||
}
|
||||
listeners.ssl.default {
|
||||
bind = "0.0.0.0:8883"
|
||||
|
||||
Reference in New Issue
Block a user