Skip to content

Commit

Permalink
Merge branch 'master' into migrate-shared-services
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipAB committed Jul 19, 2024
2 parents aa8d931 + 93f08a1 commit 62e8d9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions v3/services/vmsvc/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ func main() {
services := []microservices.MicroService{
microservices.AuthN,
microservices.AuthR,
microservices.VMTemplate,
}
connections := microservices.EstablishConnections(services, serviceConfig.ClientCert)
for _, conn := range connections {
Expand Down

0 comments on commit 62e8d9f

Please sign in to comment.