monkeyDluffy6017 commented on code in PR #9247:
URL: https://github.com/apache/apisix/pull/9247#discussion_r1159929950
##########
docs/en/latest/admin-api.md:
##########
@@ -1154,8 +1154,8 @@ SSL resource request address: /apisix/admin/ssls/{id}
| Parameter | Required | Type | Description
| Example |
| ------------ | -------- | ------------------------ |
--------------------------------------------------------------------------------------------------------------
| ------------------------------------------------ |
-| cert | True | Certificate | HTTPS certificate.
| |
-| key | True | Private key | HTTPS private key.
| |
+| cert | True | Certificate | HTTPS certificate. This
field supports saving the value in Secret Manager using the [APISIX
Secret](../terminology/secret.md) resource.
|
|
+| key | True | Private key | HTTPS private key. This
field supports saving the value in Secret Manager using the [APISIX
Secret](../terminology/secret.md) resource.
|
|
Review Comment:
Does it support `environment variables`, i see you only check the prefix
`$secret://`?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]