Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Commit

Permalink
Allow plaintext connections to cf-blobstore
Browse files Browse the repository at this point in the history
  • Loading branch information
selzoc committed Mar 12, 2020
1 parent 294feb4 commit 6c3d602
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions config/kpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,16 @@

#@ kpack = library.get("github.com/pivotal/kpack")
--- #@ template.replace(kpack.eval())
--- #! explanation: the blobstore's sidecar needs to accept plain text connections from kpack build init containers.
#! see https://github.com/cloudfoundry/capi-k8s-release/issues/12
apiVersion: "authentication.istio.io/v1alpha1"
kind: "Policy"
metadata:
name: "cf-blobstore-allow-plaintext"
namespace: "cf-blobstore"
spec:
targets:
- name: cf-blobstore-minio
peers:
- mtls:
mode: PERMISSIVE

0 comments on commit 6c3d602

Please sign in to comment.