tyk-operator
tyk-operator copied to clipboard
[TT-5181] - Client to Gateway Authentication mTLS support
I see in API Definitions, Client to Gateway Authentication mTLS is not implemented status. Is there a plan to implement it?
Hi @SudhakarNandigam-TomTom , thank you for your query.
Currently, we prioritise our feature roadmap based on customer demand. So raising requests here would definitely help. Could you let us know more about your use case?
A kubernetes secret containing the CA certificate, Server Certificate (Signed by CA), and Private key is supplied to the Tyk gateway which can be used for both TLS and Client Auth. The client will then use the CA certificate, Client Certificate (Signed by CA) and Key to authenticate with the gateway. Also enable Certificate Revocation List verification.