home.social

#apisix — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #apisix, aggregated by home.social.

fetched live
  1. CVE-2026-39999 matters to anyone fronting services with Apache APISIX and the jwt-auth plugin. The authentication-bypass-by-spoofing flaw spans versions 2.2 through 3.16.0, a range broad enough that long-running production gateways are likely in scope. Upgrading to 3.17.0 closes it; the advisory claims CVSS v4.0 7.0. Beyond patching, do you have a way to detect spoofed tokens that already got through?
    #APISIX #security

  2. The Apache APISIX project published CVE-2026-39999 on June 19, 2026: an authentication-bypass-by-spoofing flaw in the jwt-auth plugin. It affects versions 2.2 through 3.16.0 and is fixed in 3.17.0, with a claimed CVSS v4.0 score of 7.0. If your API gateway leans on jwt-auth to keep callers out, this one moves to the top of the patch queue. What is your rollback plan if 3.17.0 changes plugin behavior?
    #APISIX #security

  3. [Перевод] Как вырасти до 2000 тенантов: почему Sealos перешла с Nginx на Envoy

    Sealos Cloud столкнулась с критическими проблемами при работе с Nginx Ingress в кластерах с большим числом пользователей. В статье — подробный рассказ о поиске нового, более подходящего API-шлюза.

    habr.com/ru/companies/flant/ar

    #kubernetes #nginx #envoy #envoyproxy #ingress #higress #api_gateway #шлюз_api #cilium_gateway #apisix

  4. Bych nečekal, že největší problém s celým #APISIX bude rozjet tam pořádně podporu SSL. 😐 Se asi začnu učit Lua, abych z kódu pochopil, co je vlastně špatně.

    init.lua:212: http_ssl_client_hello_phase(): failed to match any SSL certificate by SNI: apisix, context: ssl_client_hello_by_lua*, client: 172.22.0.1, server: 0.0.0.0:9443

  5. Bych nečekal, že největší problém s celým #APISIX bude rozjet tam pořádně podporu SSL. 😐 Se asi začnu učit Lua, abych z kódu pochopil, co je vlastně špatně.

    init.lua:212: http_ssl_client_hello_phase(): failed to match any SSL certificate by SNI: apisix, context: ssl_client_hello_by_lua*, client: 172.22.0.1, server: 0.0.0.0:9443

  6. Apache APISIX is a high-performance API gateway with enough protocol awareness to do loadbalancing based on the MQTT ClientID.
    You have to terminate TLS on Apisix to allow for protocol awareness.

    github.com/apache/apisix

  7. Apache APISIX is a high-performance API gateway with enough #MQTT protocol awareness to do loadbalancing based on the MQTT ClientID.
    You have to terminate TLS on Apisix to allow for protocol awareness.
    #MQTT #VerneMQ #ApacheApisix #apisix
    github.com/apache/apisix

  8. RT api7_ai: API7 Cloud has launched on @\ProductHunt🎉
    producthunt.com/posts/api7-clo

    Experience the power of our any-cloud, multi-location SaaS platform for deploying, controlling, visualizing, and monitoring APIs at scale.
    #api7cloud #ProductHunt #apisix

  9. RT api7_ai: API7 Cloud has launched on @\ProductHunt🎉
    producthunt.com/posts/api7-clo

    Experience the power of our any-cloud, multi-location SaaS platform for deploying, controlling, visualizing, and monitoring APIs at scale.
    #api7cloud #ProductHunt #apisix

  10. RT ApacheAPISIX: Sign up for the Apache #APISIX Global Community Meeting to connect with other #contributors and community members.
    Share experiences, knowledge and shape the future of the project.

    Register here to receive a meeting link ⏬
    apisix.apache.org/community-me

  11. RT ApacheAPISIX: Sign up for the Apache #APISIX Global Community Meeting to connect with other #contributors and community members.
    Share experiences, knowledge and shape the future of the project.

    Register here to receive a meeting link ⏬
    apisix.apache.org/community-me

  12. RT ApacheAPISIX: Brace yourselves for a enlightening experience!
    @nicolas_frankel brings his expertise to @\fosdem with his talk "Practical Introduction to Opentelemetry Tracing" 🔍

    #apacheapisix #FOSDEM2023 #Brussels
    #fosdem #apisix #apache #conference @\opentelemetry

  13. RT ApacheAPISIX: Brace yourselves for a enlightening experience!
    @nicolas_frankel brings his expertise to @\fosdem with his talk "Practical Introduction to Opentelemetry Tracing" 🔍

    #apacheapisix #FOSDEM2023 #Brussels
    #fosdem #apisix #apache #conference @\opentelemetry

  14. RT ApacheAPISIX: Great insights on "Chopping the monolith" presented by @\nicolas_frankel at @\gdgmilano

    🤩 Check out the demo for the talk incase you missed.
    - github.com/nfrankel/chop-monol
    - blog.frankel.ch/chopping-monol

    #microservices #architecture #monolith #apisix

  15. RT ApacheAPISIX: Great insights on "Chopping the monolith" presented by @\nicolas_frankel at @\gdgmilano

    🤩 Check out the demo for the talk incase you missed.
    - github.com/nfrankel/chop-monol
    - blog.frankel.ch/chopping-monol

    #microservices #architecture #monolith #apisix

  16. Anyone have tools or ideas about making #Kubernetes build/deploy scripts better? I'm using a lot of hand-written scripts to run locally but it's annoying. Anyone using #Ansible or #Terraform or anything like it for local work? I have a repo with the foundational stuff like #APISIX and #Linkerd, install #Microk8s, then the local dev runs the script.

  17. Anyone have tools or ideas about making #Kubernetes build/deploy scripts better? I'm using a lot of hand-written scripts to run locally but it's annoying. Anyone using #Ansible or #Terraform or anything like it for local work? I have a repo with the foundational stuff like #APISIX and #Linkerd, install #Microk8s, then the local dev runs the script.

  18. "10 most common use cases of an API Gateway"

    * API Resource routing
    * API Content-based routing
    * API Geo-routing
    * API Aggregator
    * API Centralized Authentication
    * API Format Conversion
    * API Observability
    * API Caching
    * API Fault handling
    * API Versioning

    medium.com/apache-apisix/10-mo

    #api #gateway #apache #apisix #pattern

  19. "10 most common use cases of an API Gateway"

    * API Resource routing
    * API Content-based routing
    * API Geo-routing
    * API Aggregator
    * API Centralized Authentication
    * API Format Conversion
    * API Observability
    * API Caching
    * API Fault handling
    * API Versioning

    medium.com/apache-apisix/10-mo

    #api #gateway #apache #apisix #pattern

  20. RT BoburUmurzokov: 👋I am thrilled to announce that I will deliver a talk at #FestiveTechCalendar2022

    In this section, you will learn how you can build, migrate, and scale Java applications on Azure.

    #FestiveTechCalendar #CloudFamily #DEVCommunity #apisix #opensource #microsoft #azure #github

  21. RT BoburUmurzokov: 👋I am thrilled to announce that I will deliver a talk at #FestiveTechCalendar2022

    In this section, you will learn how you can build, migrate, and scale Java applications on Azure.

    #FestiveTechCalendar #CloudFamily #DEVCommunity #apisix #opensource #microsoft #azure #github

  22. RT ApacheAPISIX: 📣 Join our #GlobalCommunityMeeting on November 23rd | 13:00PM (UTC)📅, to learn about the milestones of Apache #APISIX

    Register Here ▶️apisix.apache.org/community-me