This message was deleted.
# ask-for-help
s
This message was deleted.
👀 1
🍱 1
c
I believe it’s all supported via OpenSSL under the hood. Is there a specific cipher that you’re looking for?
o
Just looking for a way to Secure the pipeline :)
c
Just to clarify, are you looking for ways to secure an API endpoint?
o
Jepp
Is for securing bentos api
For more info: i would like to be able to secure bentos api rest/grpc with tls or to use another encryption method
c
TLS is already supported in BentoML, both for rest api and grpc
all common encryption algorithms should just works with it
another direction you could look into is to do it via a reverse proxy in front of BentoML api