outposts: fix controller not using token.key
This commit is contained in:
parent
e9bb583b32
commit
a3d361f500
|
@ -46,7 +46,7 @@ class SecretReconciler(KubernetesObjectReconciler[V1Secret]):
|
||||||
"authentik_host_insecure": b64string(
|
"authentik_host_insecure": b64string(
|
||||||
str(self.controller.outpost.config.authentik_host_insecure)
|
str(self.controller.outpost.config.authentik_host_insecure)
|
||||||
),
|
),
|
||||||
"token": b64string(self.controller.outpost.token.token_uuid.hex),
|
"token": b64string(self.controller.outpost.token.key),
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Reference in New Issue