diff --git a/consul/config/service-intentions/smtp-relay.hcl b/consul/config/service-intentions/smtp-relay.hcl new file mode 100644 index 0000000..e3bc289 --- /dev/null +++ b/consul/config/service-intentions/smtp-relay.hcl @@ -0,0 +1,9 @@ +Kind = "service-intentions" +Name = "smtp-relay" +Sources = [ + { + Name = "example" + Action = "allow" + Description = "Example app can send email" + } +] diff --git a/example/consul/config/service-intentions/smtp-relay.hcl b/example/consul/config/service-intentions/smtp-relay.hcl new file mode 100644 index 0000000..e3bc289 --- /dev/null +++ b/example/consul/config/service-intentions/smtp-relay.hcl @@ -0,0 +1,9 @@ +Kind = "service-intentions" +Name = "smtp-relay" +Sources = [ + { + Name = "example" + Action = "allow" + Description = "Example app can send email" + } +]