-
Notifications
You must be signed in to change notification settings - Fork 267
Add trusted_addresses option to apisix configmap template #909
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
a3ebe12
ea43733
866dbde
261fefa
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -585,6 +585,10 @@ apisix: | |
| ip: "0.0.0.0" | ||
| port: 7085 | ||
|
|
||
| trusted_addresses: | ||
| - 127.0.0.1 | ||
| - 172.18.0.0/16 | ||
|
||
|
|
||
| # -- external etcd configuration. If etcd.enabled is false, these configuration will be used. | ||
| externalEtcd: | ||
| # -- if etcd.enabled is false, use external etcd, support multiple address, if your etcd cluster enables TLS, please use https scheme, e.g. https://127.0.0.1:2379. | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.