Hi,
We have two resin accounts:
- an account (admin) that is the owner of an application
- an account (developer1) that has developer access to the application.
I can push code to admin@git.resin.io:admin/dev.git
, but not to developer1@git.resin.io:admin/dev.git
From the docs:
Developers are given, in addition to the access provided to operators, the ability to manage an application. This includes pushing new code, modifying fleet-wide environment variables, running application actions, and downloading application images.
Is this expected behaviour? How can we resolve this?