You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ga...@apache.org on 2023/04/14 01:17:08 UTC

[apisix] branch master updated: docs: fix admonition in Terminology, Secret (#9303)

This is an automated email from the ASF dual-hosted git repository.

gallardot pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new b0bd8c944 docs: fix admonition in Terminology, Secret (#9303)
b0bd8c944 is described below

commit b0bd8c944d762eb64cb23d566a14b80f1039a28d
Author: Traky Deng <tr...@gmail.com>
AuthorDate: Fri Apr 14 09:16:58 2023 +0800

    docs: fix admonition in Terminology, Secret (#9303)
---
 docs/en/latest/terminology/secret.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en/latest/terminology/secret.md b/docs/en/latest/terminology/secret.md
index 01901e487..8f0ec11a7 100644
--- a/docs/en/latest/terminology/secret.md
+++ b/docs/en/latest/terminology/secret.md
@@ -42,9 +42,9 @@ APISIX currently supports storing secrets in the following ways:
 
 You can use APISIX Secret functions by specifying format variables in the consumer configuration of the following plugins, such as `key-auth`.
 
-::: note
+:::note
 
-If a configuration item is: `key: "$ENV://ABC"`, when the actual value corresponding to $ENV://ABC is not retrieved in APISIX Secret, the value of the key will be "$ENV://ABC" instead of `nil`.
+If a key-value pair `key: "$ENV://ABC"` is configured in APISIX and the value of `$ENV://ABC` is unassigned in the environment variable, `$ENV://ABC` will be interpreted as a string literal, instead of `nil`.
 
 :::