Skip to content

Commit a8621e1

Browse files
Update tests/templates/kuttl/iceberg-rest/61-provision-nifi-flow.yaml
Co-authored-by: Malte Sander <malte.sander.it@gmail.com>
1 parent 90a170a commit a8621e1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/templates/kuttl/iceberg-rest/61-provision-nifi-flow.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ data:
5353
import requests
5454
import urllib3
5555
56-
# As of 2022-08-29 we cant use "https://nifi:8443" here because <h2>The request contained an invalid host header [<code>nifi:8443</code>] in the request [<code>/nifi-api</code>]. Check for request manipulation or third-party intercept.</h2>
5756
ENDPOINT = f"https://nifi-node-default-0.nifi-node-default-headless.{os.environ['NAMESPACE']}.svc.cluster.local:8443"
5857
USERNAME = "admin"
5958
PASSWORD = open("/nifi-users/admin").read()

0 commit comments

Comments
 (0)