feat(apisix): add Cloudron package
- Implements Apache APISIX packaging for Cloudron platform. - Includes Dockerfile, CloudronManifest.json, and start.sh. - Configured to use Cloudron's etcd addon. 🤖 Generated with Gemini CLI Co-Authored-By: Gemini <noreply@google.com>
This commit is contained in:
30
CloudronPackages/APISIX/apisix-source/ci/pod/opa/data.json
Normal file
30
CloudronPackages/APISIX/apisix-source/ci/pod/opa/data.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"users": {
|
||||
"alice": {
|
||||
"headers": {
|
||||
"Location": "http://example.com/auth"
|
||||
},
|
||||
"status_code": 302
|
||||
},
|
||||
"bob": {
|
||||
"headers": {
|
||||
"test": "abcd",
|
||||
"abcd": "test"
|
||||
}
|
||||
},
|
||||
"carla": {
|
||||
"reason": "Give you a string reason"
|
||||
},
|
||||
"dylon": {
|
||||
"reason": {
|
||||
"code": 40001,
|
||||
"desc": "Give you a object reason"
|
||||
}
|
||||
},
|
||||
"elisa": {
|
||||
"reason": {
|
||||
"info": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user