pottekkat commented on code in PR #1775: URL: https://github.com/apache/apisix-website/pull/1775#discussion_r1508960063
########## blog/en/blog/2024/02/27/secure-api-practices-apisix-2.md: ########## @@ -0,0 +1,131 @@ +--- +title: Secure your API with these 16 Practices with Apache APISIX - part 2 +authors: + - name: Nicolas Fränkel + title: Author + url: https://github.com/nfrankel + image_url: https://avatars.githubusercontent.com/u/752258 +keywords: + - APISIX + - Security + - Good practices +description: > + A couple of months ago, I stumbled upon this list of Secure your API with these 16 practices to secure your API. + Authentication. Authorization. Data Redaction. Encryption. Error Handling. Input Validation & Data Sanitization. + Intrusion Detection Systems. IP Whitelisting. Logging and Monitoring. + Rate Limiting. Secure Dependencies. Security Headers. Token Expiry. Use of Security Standards and Frameworks. + Web Application Firewall. API Versioning +tags: [Ecosystem] +image: https://static.apiseven.com/uploads/2024/02/15/kgIjhRXf_img-BuLDzx81CexYQAzkaF36h_large.webp +--- + + +>[Last week](https://blog.frankel.ch/secure-api-practices-apisix/1/), we listed 16 practices to help secure one's APIs and described how to implement them with Apache APISIX. Review Comment: Maybe change this to the APISIX website link? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
