ernestio / ernest

Ernest is a tool to define, manage and collaborate on your infrastructure
http://ernest.io/
Mozilla Public License 2.0
17 stars 6 forks source link

Project info returns environments from other projects #889

Closed g3kk0 closed 6 years ago

g3kk0 commented 6 years ago
$ ernest project info myProject

Name: myAzureProject
Provider:
  Type: azure
Environments:
  myAwsEnv
  myvCloudEnv
Members:
  admin (owner)

Issue has been traced up to the API endpoint /api/projects/myProject.

g3kk0 commented 6 years ago

https://github.com/ernestio/api-gateway/pull/139