By adding mTLS for the API endpoints and enforcing schema validation in JSON / gRPC payloads in API POST requests
Will it really secure / help secure APIs ?
[thread] 1/n
Reading the article, Cloudflare claims to "secure" your APIs with the help of mTLS.
To simply put, mTLS is when both entities (server and client) validate each other's SSL cert and make sure its signed by common trusted Root / Intermediate CA.
2/n
Apr 17, 2020 • 15 tweets • 4 min read
How we monitor secrets committed in our self hosted @gitlab instance in real time ?
(Twitter thread which summarises multiple experiments)