Skip to content

Commit

Permalink
Add DNS name resolution assumption
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Gilman <[email protected]>
  • Loading branch information
evan2645 committed Nov 18, 2019
1 parent 3044aef commit fac0742
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ In optimizing for speed of demo development, this example makes a large number o
* The Linux username being used to run the demo is `evan`
* The SPIRE Server instance name is `spire-server-1`
* The SPIRE Agent/workload instance name is `spire-workload-1`
* The DNS name `example.ifs.com` resolves to the Istio Ingress Controller
* The SPIFFE ID of the Istio workload calling in is `spiffe://cluster-1/ns/foo/sa/sleep`

At least one of these assumptions are guaranteed to not hold true in other environments. That said, grepping this repository for the referenced strings should expose the spots that need to be udpated to get this demo working in your own environment.
Expand Down

0 comments on commit fac0742

Please sign in to comment.