feat(apisix): implement secure admin key handling, add logo, and build notes\n\n- Updated CloudronManifest.json to use CLOUDRON_APP_SECRET for admin key.\n- Modified start.sh to dynamically inject admin key into config.yaml.\n- Added placeholder logo.png.\n- Created APISIX-BuildNotes.md for documentation.\n\n🤖 Generated with Gemini CLI\nCo-Authored-By: Gemini <noreply@google.com>
This commit is contained in:
@@ -22,7 +22,10 @@
|
||||
"load-balancer"
|
||||
],
|
||||
"env": {
|
||||
"APISIX_ADMIN_KEY": "changeme"
|
||||
"APISIX_ADMIN_KEY": {
|
||||
"description": "Admin API key for APISIX. Change this to a strong, unique value.",
|
||||
"type": "secret"
|
||||
}
|
||||
},
|
||||
"configurePath": "/",
|
||||
"minBoxVersion": "7.0.0",
|
||||
|
Reference in New Issue
Block a user