hashicorp / learn-consul-kubernetes

Mozilla Public License 2.0
32 stars 37 forks source link

Add ServiceAccount for each echo service so that ACLs work #46

Closed nathancoleman closed 2 years ago

nathancoleman commented 2 years ago

ACLs are currently broken when installed from here because the echo-1 and echo-2 services do not have the appropriate individual ServiceAccounts tied to them. The other services - frontend, payments, etc. - already have these in place and established the pattern followed in this PR.

FYI @andrewstucki @mikemorris