You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apisix.apache.org by 邱家榆 <qi...@gmail.com> on 2020/06/26 16:16:21 UTC

[discuss] Add a feature: Placeholders in Properties

Hello, all.

I'll just use an example to illustrate this feature:

```
etcd:
  host:
    - "http://config-${ENV_NAME}.my.com"
```
The ${ENV_NAME} refer to previously defined values (for example, from
System properties).

Re: [discuss] Add a feature: Placeholders in Properties

Posted by Shenal Silva <sh...@gmail.com>.
+1 for this feature. This will potentially enable the use k8s secrets

On Fri, Jun 26, 2020, 9:46 PM 邱家榆 <qi...@gmail.com> wrote:

> Hello, all.
>
> I'll just use an example to illustrate this feature:
>
> ```
> etcd:
>   host:
>     - "http://config-${ENV_NAME}.my.com"
> ```
> The ${ENV_NAME} refer to previously defined values (for example, from
> System properties).
>