commit | 637866383710d3c170e45e5c2ac4de91aedfa993 | [log] [tgz] |
---|---|---|
author | Michael Johnson <johnsomor@gmail.com> | Fri Nov 08 23:22:13 2019 -0800 |
committer | Michael Johnson <johnsomor@gmail.com> | Sun Nov 10 08:53:35 2019 +0000 |
tree | ed1e005232a5a185dcf3f4520bdf6144d49ad00b | |
parent | 402de7d80c2dc6097fb783fa37bd29e29df7837d [diff] [blame] |
Add listener client authentication scenario tests This patch adds scenario tests that cover the listener client authentication features of TLS_TERMINATED listeners. Depends-On: https://review.opendev.org/#/c/693586/ Change-Id: Ic3a9fa1995709378b68e64aea51e1799867c1bb0
diff --git a/releasenotes/notes/client-auth-scenario-bffa420a2fd38159.yaml b/releasenotes/notes/client-auth-scenario-bffa420a2fd38159.yaml new file mode 100644 index 0000000..3e44be4 --- /dev/null +++ b/releasenotes/notes/client-auth-scenario-bffa420a2fd38159.yaml
@@ -0,0 +1,4 @@ +--- +features: + - | + Adds scenario tests for listener client authentication.