Add sample intention

This commit is contained in:
Daniel Berteaud 2024-02-14 14:38:38 +01:00
parent 3bbd55466c
commit 9e6906dd9b
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,9 @@
Kind = "service-intentions"
Name = "smtp-relay"
Sources = [
{
Name = "example"
Action = "allow"
Description = "Example app can send email"
}
]

View File

@ -0,0 +1,9 @@
Kind = "service-intentions"
Name = "smtp-relay"
Sources = [
{
Name = "example"
Action = "allow"
Description = "Example app can send email"
}
]