jiezaizone opened a new issue #932: request help: Authentications
想与OAUTH2集成,有文档介绍?
URL: https://github.com/apache/incubator-apisix/issues/932
### Issue description
APISIX Authentications 自带有key-auth, JWT插件,若想与oauth2集成使用,可以怎么操作,是否有文档介绍?
### Environment
* apisix version (cmd
jiezaizone opened a new issue #931: request help: jwt体验疑惑,如何与crm关联使用?
URL: https://github.com/apache/incubator-apisix/issues/931
### Issue description
1、jwt使用参数形式访问,url如下,
http://192.168.4.122:8080/\#/message\?jwt\=eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJrZXkiOiJpc3V3YW5nIiwiZXhwIjoxN
moonming commented on issue #866: Update README_CN.md
URL: https://github.com/apache/incubator-apisix/pull/866#issuecomment-561980945
@linlinnj any update?
This is an automated message from the Apache Git Service.
To respond t
sshniro opened a new issue #930: request help: Doc on Getting Started guide for
APISIX
URL: https://github.com/apache/incubator-apisix/issues/930
### Issue description
Is there step by step guide on getting started guide to onboard new users to
APISIX?
1. Link to set up APISIX
2.
sshniro edited a comment on issue #927: request help: Doc for OAuth 2 Plugin
URL:
https://github.com/apache/incubator-apisix/issues/927#issuecomment-561781940
Okay, I'll try to create a doc, is there any medium (slack/discord) the
development channel is active on?, for any clarifications r
sshniro commented on issue #927: request help: Doc for OAuth 2 Plugin
URL:
https://github.com/apache/incubator-apisix/issues/927#issuecomment-561781940
Okay, I'll try to create a doc, is there any medium (slack/discord) the
development channel is active on, for any clarifications regarding
This is an automated email from the ASF dual-hosted git repository.
wenming pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-apisix.git
The following commit(s) were added to refs/heads/master by this push:
new 06e392f doc: Update health-check.md
moonming merged pull request #928: Update health-check.md
URL: https://github.com/apache/incubator-apisix/pull/928
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub a
moonming closed issue #925: doc typo
URL: https://github.com/apache/incubator-apisix/issues/925
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abov
moonming commented on issue #927: request help: Doc for OAuth 2 Plugin
URL:
https://github.com/apache/incubator-apisix/issues/927#issuecomment-561714577
the document of OAuth 2 is in the todo list.
PR is welcome :)
This is
moonming commented on issue #926: Adding dev mode flag in config yaml to set
the nginx worker_process
URL: https://github.com/apache/incubator-apisix/pull/926#issuecomment-561714070
merged. thx @sshniro
This is an automated
moonming merged pull request #926: Adding dev mode flag in config yaml to set
the nginx worker_process
URL: https://github.com/apache/incubator-apisix/pull/926
This is an automated message from the Apache Git Service.
To res
This is an automated email from the ASF dual-hosted git repository.
wenming pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-apisix.git
The following commit(s) were added to refs/heads/master by this push:
new 9e0030e feature: added dev mode flag
moonming closed issue #918: add configure for the development mode in
config.yaml
URL: https://github.com/apache/incubator-apisix/issues/918
This is an automated message from the Apache Git Service.
To respond to the message
moonming opened a new issue #929: bug: `make deps` will clone apisix repo
URL: https://github.com/apache/incubator-apisix/issues/929
### Issue description
`make deps` will clone `apisix` repo:
```
✗ make deps
luarocks install rockspec/apisix-master-0.rockspec --tree=deps --only-d
juzhiyuan opened a new pull request #928: Update health-check.md
URL: https://github.com/apache/incubator-apisix/pull/928
https://github.com/apache/incubator-apisix/blob/master/Contributing.md#how-to-add-a-new-feature-or-change-an-existing-one
### Summary
update doc file
This is an automated email from the ASF dual-hosted git repository.
juzhiyuan pushed a commit to branch juzhiyuan-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-apisix.git
commit 8fe87e354fb53d374ff5adfd3295564c4329ea90
Author: 琚致远
AuthorDate: Wed Dec 4 22:38:05 2019 +0800
This is an automated email from the ASF dual-hosted git repository.
juzhiyuan pushed a change to branch juzhiyuan-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-apisix.git.
at 8fe87e3 Update health-check.md
This branch includes the following new commits:
new 8f
This is an automated email from the ASF dual-hosted git repository.
juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-apisix-dashboard.git
The following commit(s) were added to refs/heads/master by this push:
new a4b122a fix run "npm run
juzhiyuan merged pull request #82: fix run "npm run serve" command, notice
"Request failed with status c…
URL: https://github.com/apache/incubator-apisix-dashboard/pull/82
This is an automated message from the Apache Git Ser
sshniro opened a new issue #927: request help: Doc for OAuth 2 Plugin
URL: https://github.com/apache/incubator-apisix/issues/927
### Issue description
I want to integrate APISIX with Keycloak Identity Provider (OAuth 2). The
ReadMe Lists OAuth2 as a feature. Is there any usage document?
sshniro opened a new pull request #926: Adding dev mode flag in config yaml to
set the nginx worker_process
URL: https://github.com/apache/incubator-apisix/pull/926
### Summary
Currently, there is no way to specify the number of worker_process for the
dev mode. The PR sets the value of
YazaiHu commented on issue #82: fix run "npm run serve" command, notice
"Request failed with status c…
URL:
https://github.com/apache/incubator-apisix-dashboard/pull/82#issuecomment-561546229
when NODE_ENV=development,use the command will notice error, because this
set:
devServer: {
YazaiHu opened a new pull request #82: fix run "npm run serve" command, notice
"Request failed with status c…
URL: https://github.com/apache/incubator-apisix-dashboard/pull/82
fix run "npm run serve" command, notice "Request failed with status code 500"
because the apisix server defa
24 matches
Mail list logo