outposts: fix controller not using token.key
This commit is contained in:
		@ -46,7 +46,7 @@ class SecretReconciler(KubernetesObjectReconciler[V1Secret]):
 | 
			
		||||
                "authentik_host_insecure": b64string(
 | 
			
		||||
                    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
	
	Block a user