I pushed my apps into Heroku, say that Heroku account can be logged in by another user, how to prevent that user from messing up my apps, and even better if can prevent that user from downloading source code? In short, is there another layer of security for apps per different users once they logged in same Heroku account?
At the company level, you need to share with others, right? I'm worried someone else may mess an app, and I'll get blamed.
CodePudding user response:
At the company level, you need to share with others, right?
Don't share your account. Every user should have their own account.
Share your apps.
You can create a Team for your company. Apps can then be owned by the team, and users can be assigned roles for each app the Team owns. You can even transfer apps from your personal account to the Team after creating it.
