Skip to content

Commit

Permalink
[ELB] Make SSL passtrough documentation more verbose
Browse files Browse the repository at this point in the history
Clarify `transparent_client_ip_enable` argument documentation
  • Loading branch information
outcatcher committed Mar 21, 2022
1 parent bbf7b67 commit d900c46
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/resources/lb_listener_v2.md
Expand Up @@ -70,8 +70,11 @@ The following arguments are supported:
suites. The option is effective only in conjunction with `TERMINATED_HTTPS`.

* `transparent_client_ip_enable` - (Optional) Specifies whether to pass source IP addresses of the clients to
backend servers. The value can be true or false, and the default value is false for `TCP` and `UDP` listeners.
The value can only be true for `HTTP` and `HTTPS` listeners.
backend servers. The value is always `true` for `HTTP` and `HTTPS` listeners. For `TCP` and `UDP` listeners the
value can be `true` or `false` with `false` by default.

->
If the load balancer is a Dedicated Load Balancer, `transparent_client_ip_enable` is always `true`

* `admin_state_up` - (Optional) The administrative state of the Listener.
A valid value is `true` (UP) or `false` (DOWN).
Expand Down
5 changes: 5 additions & 0 deletions releasenotes/notes/elbv2-listener-doc-a8383f1c4666f6ac.yaml
@@ -0,0 +1,5 @@
---
other:
- |
**[ELB]** Clarify ``transparent_client_ip_enable`` argument description in documentation of
``resource/opentelekomcloud_lb_listener_v2``

0 comments on commit d900c46

Please sign in to comment.