Skip to content

Commit 7b98b3f

Browse files
committed
fix: remove ssl security from snapshot when no tls is used
1 parent f260125 commit 7b98b3f

3 files changed

Lines changed: 0 additions & 24 deletions

File tree

tests/templates/kuttl/smoke/32_cm-test-hbase-master-default.yaml.j2

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,6 @@ log4j2.properties: |-
9595
security.properties: |
9696
networkaddress.cache.negative.ttl=0
9797
networkaddress.cache.ttl=5
98-
ssl-client.xml: |-
99-
<?xml version="1.0"?>
100-
<configuration>
101-
</configuration>
102-
ssl-server.xml: |-
103-
<?xml version="1.0"?>
104-
<configuration>
105-
</configuration>
10698
{% if lookup('env', 'VECTOR_AGGREGATOR') %}
10799
vector.yaml: |
108100
---

tests/templates/kuttl/smoke/32_cm-test-hbase-regionserver-default.yaml.j2

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,6 @@ log4j2.properties: |-
9595
security.properties: |
9696
networkaddress.cache.negative.ttl=0
9797
networkaddress.cache.ttl=10
98-
ssl-client.xml: |-
99-
<?xml version="1.0"?>
100-
<configuration>
101-
</configuration>
102-
ssl-server.xml: |-
103-
<?xml version="1.0"?>
104-
<configuration>
105-
</configuration>
10698
{% if lookup('env', 'VECTOR_AGGREGATOR') %}
10799
vector.yaml: |
108100
---

tests/templates/kuttl/smoke/32_cm-test-hbase-restserver-default.yaml.j2

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,6 @@ log4j2.properties: |-
7575
security.properties: |
7676
networkaddress.cache.negative.ttl=0
7777
networkaddress.cache.ttl=30
78-
ssl-client.xml: |-
79-
<?xml version="1.0"?>
80-
<configuration>
81-
</configuration>
82-
ssl-server.xml: |-
83-
<?xml version="1.0"?>
84-
<configuration>
85-
</configuration>
8678
{% if lookup('env', 'VECTOR_AGGREGATOR') %}
8779
vector.yaml: |
8880
---

0 commit comments

Comments
 (0)