https://apisix.apache.org/ logo
Join Slack
Powered by
# apisix
  • t

    Tiến Nguyễn

    12/08/2022, 7:49 AM
    with version 2.15 it's work lol 😄
  • r

    run saving

    12/08/2022, 9:31 AM
    APISIX: 2.15.1 java-plugin-runner: 0.4.0 When we use the
    ext-plugin-post-resp
    plug-in, when the request interface is enabled, when the data is relatively large, the response body is truncated and the return is incomplete log:
    Copy code
    6690#6690: *6385 [lua] ext-plugin-post-resp.lua:164: phase_func(): output response failed: nginx output filter error
    github issue: https://github.com/apache/apisix/issues/8486
    p1 2
    z
    m
    • 3
    • 2
  • n

    Niv Hamisha

    12/08/2022, 12:49 PM
    Hey there, Is there any helm-chart installation available for apisix v3? If so, when can I find the required values file for that installation? Thanks in advance!
    z
    k
    • 3
    • 5
  • z

    Zhiyuan Ju

    12/08/2022, 3:28 PM
    For your records: APISIX Ingress Controller v1.6 will support APISIX 3.0, and release in the middle of this month 🙂 https://the-asf.slack.com/archives/CUC5MN17A/p1670512424322479?thread_ts=1670503761.362999&cid=CUC5MN17A
    🥳 4
    ❤️ 1
  • y

    Yuting Shen

    12/09/2022, 1:51 AM
    Hello friends! Just a reminder, our community meetup with SeaTunnel starts in an hour. APISIX PMC Member Chao will show you how Apache APISIX boosts data sharing from easy-to-use and API security perspectives. Join the online Zoom meeting at http://bit.ly/3ij2kE8
    beer parrot 1
  • z

    Zhiyuan Ju

    12/09/2022, 6:00 AM
    https://navendu.me/posts/introduction-to-monitoring-microservices/ New post from Navendu 🎉 An Introduction to Monitoring Microservices with Prometheus and Grafana
  • s

    Shaun

    12/09/2022, 11:47 PM
    What would be the suggested way to automate end-to-end apisix setup through a Helm chart? This would need to include install, OIDC plugin configuration, and route configuration. I would ASS-ume that install could be covered by adding the apisix chart as a sub chart and that route configuration could be handled using ApiSixRoute CRD resources. However I'm not entirely sure what the best solution is to handle the OIDC configuration. The only thing that comes to mind is a pre-install hook that would run a bash script to call into the admin API to add the plugin configuration. Any guidance would be extremely appreciated.
    z
    • 2
    • 5
  • s

    Shaun

    12/10/2022, 3:29 AM
    Is it possible to use OIDC claims for routing and rewriting purposes? I see that ApisixRoute can have an expr clause but it's not entirely clear what can or should go in there for something like this.
    z
    • 2
    • 5
  • p

    Personal tail

    12/10/2022, 7:58 AM
    hello anyone! i want install apisix on kubernetes using yaml so have good exemple yaml file or guide?
    n
    • 2
    • 2
  • f

    Florian Kühnlenz

    12/11/2022, 3:32 PM
    Hi, when using a CRD to define a route, is there a way to use kubernetes secrets for client secrets etc. used in plugin configs?
    z
    j
    • 3
    • 6
  • a

    Ahmed Elkordy

    12/11/2022, 7:32 PM
    Hi Team
  • a

    Ahmed Elkordy

    12/11/2022, 7:32 PM
    I have an issue while configuring OIDC with KeyCloak
  • a

    Ahmed Elkordy

    12/11/2022, 7:35 PM
    “openid-connect”: { “bearer_only”: true, “client_id”: “{client_Id}“, “client_secret”: “{client_secret}“, “disable”: false, “discovery”: “https://domain.com/auth/realms/realm_name/.well-known/openid-configuration”, “introspection_endpoint”: “https://domain.com/auth/realms/realm_name/protocol/openid-connect/token/introspect”, “introspection_endpoint_auth_method”: “client_secret_basic”, “realm”: “realm_name”, “timeout”: 10 }
  • a

    Ahmed Elkordy

    12/11/2022, 7:36 PM
    I am getting 500 internal server error
  • a

    Ahmed Elkordy

    12/11/2022, 7:37 PM
    previously I was receiving
  • a

    Ahmed Elkordy

    12/11/2022, 7:37 PM
    the error request to the redirect_uri path, but there's no session state found
    j
    • 2
    • 5
  • a

    Ahmed Elkordy

    12/11/2022, 7:37 PM
    any help please?
  • c

    Chetan Bothra

    12/12/2022, 8:02 AM
    hi Team, Please poll so that we can think of a potential new feature Do u think we need API Quota Plugin ( Example : User A subscribes Plan A with 1000 credits in total with an expiry etc etc ). If yes then please click on 👍 if no then click on 👎 . TIA
    👎 1
    👍 4
    b
    n
    • 3
    • 5
  • z

    Zhiyuan Ju

    12/12/2022, 8:49 AM
    New video "*How to choose the right API Gateway*"

    https://www.youtube.com/watch?v=Rbul8XSZdpY▾

    🙌 2
    apisix 2
  • b

    Bobur Umurzokov(APISIX)

    12/13/2022, 6:39 AM
    Hi Community, Could we help @Rajeesh K with addressing his question if it is possible to restrict specific API resource based on the token's scope? Validate the token and scope in the entry? Thanks! @Rajeesh K is trying to enable OIDC plugin and IdP as KeyCloak: https://apisix.apache.org/blog/2022/07/06/use-keycloak-with-api-gateway-to-secure-apis/ Also, wanted to know on accessing resources using tokens. There are some scopes available on token and need to restrict that resource API with those token limitations Is there any possibility of token validation with scope entries?
  • r

    Rajeesh K

    12/13/2022, 6:49 AM
    Hi Community
  • r

    Rajeesh K

    12/13/2022, 6:53 AM
    Adding to Bobur’s comment: The intention is to enhance the Token validation using scope definitions found in token. The idea is to integrate APISIX+ Ory Hydra + Ory Oathkeeper with token introspection done by Ory Oathkeeper. In short, instead to forward/ redirect to Upstream after the successful token validation, is there any possibility of hooks/ interceptor plugin option available?
    b
    n
    • 3
    • 60
  • l

    Loan Joliveau

    12/14/2022, 3:13 AM
    Hi, is it possible to achieve the following with a docker compose install? If so, how to?
    j
    • 2
    • 1
  • b

    Bobur Umurzokov(APISIX)

    12/14/2022, 8:40 AM
    👋Hi Community, Reminding you about the upcoming Global Community Meeting, on the 21st of December at 13pm by UTC. 👉 Register here https://apisix.apache.org/community-meeting-signup to receive a meeting link and attend the Apache APISIX Global Community Meeting to learn about the community updates, news, and achievements, discuss the milestones of the project and interact with like-minded community members. Also, we have a very interesting agenda with great speakers from our community.
  • u

    umrbek karimov

    12/14/2022, 2:08 PM
    Hi community, is it possible to restrict some function of POST or other methods? for example I want to allow that user Jack can use this command GET /users/{paul}/gists but cannot use this command GET /users/{bob}/gists
    z
    j
    • 3
    • 6
  • s

    shreemaan-abhishek

    12/14/2022, 6:09 PM
    Is this being tracked? 🤔
    z
    • 2
    • 2
  • z

    Zhiyuan Ju

    12/15/2022, 1:18 AM
    Anyone could help this StackOverflow ticket? https://stackoverflow.com/questions/74797375/deploy-apisix-on-azure-vm-and-get-404-error-when-route-to-app-service
  • w

    Warnar

    12/15/2022, 7:22 AM
    Hi all, I'm doing a PoC regarding apisix which is fun. However I noted that the
    ApisixRoute/v2
    CRD backends only allows for a
    serviceName
    and no
    serviceNamespace
    ("The backend service name, note the service and ApisixRoute should be created in the same namespace. Cross namespace referencing is not allowed.".). Is there maybe someone here who can explain why this is? I'm asking because for our use case we want to keep the routes separate from the service deployments. This is in order to allow the security team to control and approve the routes/endpoints before they become public.
    z
    j
    n
    • 4
    • 13
  • b

    Balázs Varga

    12/15/2022, 7:47 AM
    in apisix how can I set https using aws elb ? so apisix should listen on 2 ports and redirect http to https, but https an dcert will be only on elb. thanks
    j
    c
    • 3
    • 2
  • w

    Warnar

    12/15/2022, 9:53 AM
    Hey, I just wanted to share the docker & docker-compose file that helped me test plugins locally (as I was running into some dependency issues related to my system) while using apisix-plugin-template. There is however one thing that I noticed and that is that apisix tests seem to hardcode the etcd host to
    127.0.0.1:2379
    which caused some confusion on my end 😄.