Skip to content

Commit 418f4b8

Browse files
authored
Merge pull request #56982 from xenolinux/encrypt
OCPBUGS#5051: Set encrypt parameter to false
2 parents 70a4df7 + d4f4f3d commit 418f4b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/registry-configuring-registry-storage-rhodf-cephrgw.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ $ oc create configmap image-registry-s3-bundle --from-file=ca-bundle.crt=./tls.c
9898
+
9999
[source,terminal]
100100
----
101-
$ oc patch config.image/cluster -p '{"spec":{"managementState":"Managed","replicas":2,"storage":{"managementState":"Unmanaged","s3":{"bucket":'\"${bucket_name}\"',"region":"us-east-1","regionEndpoint":'\"https://${route_host}\"',"virtualHostedStyle":false,"encrypt":true,"trustedCA":{"name":"image-registry-s3-bundle"}}}}}' --type=merge
101+
$ oc patch config.image/cluster -p '{"spec":{"managementState":"Managed","replicas":2,"storage":{"managementState":"Unmanaged","s3":{"bucket":'\"${bucket_name}\"',"region":"us-east-1","regionEndpoint":'\"https://${route_host}\"',"virtualHostedStyle":false,"encrypt":false,"trustedCA":{"name":"image-registry-s3-bundle"}}}}}' --type=merge
102102
----
103103

104104

modules/registry-configuring-registry-storage-rhodf-nooba.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,6 @@ $ oc create configmap image-registry-s3-bundle --from-file=ca-bundle.crt=./tls.c
9090
+
9191
[source,terminal]
9292
----
93-
$ oc patch config.image/cluster -p '{"spec":{"managementState":"Managed","replicas":2,"storage":{"managementState":"Unmanaged","s3":{"bucket":'\"${bucket_name}\"',"region":"us-east-1","regionEndpoint":'\"https://${route_host}\"',"virtualHostedStyle":false,"encrypt":true,"trustedCA":{"name":"image-registry-s3-bundle"}}}}}' --type=merge
93+
$ oc patch config.image/cluster -p '{"spec":{"managementState":"Managed","replicas":2,"storage":{"managementState":"Unmanaged","s3":{"bucket":'\"${bucket_name}\"',"region":"us-east-1","regionEndpoint":'\"https://${route_host}\"',"virtualHostedStyle":false,"encrypt":false,"trustedCA":{"name":"image-registry-s3-bundle"}}}}}' --type=merge
9494
----
9595

0 commit comments

Comments
 (0)