ever-traduora icon indicating copy to clipboard operation
ever-traduora copied to clipboard

Create one token that can upload to multiple projects

Open TriPSs opened this issue 3 years ago • 2 comments

Is your feature request related to a problem? Please describe. I have a monorepo holding multiple projects and now I have to switch tokens every time when I want to push / pull translations.

Describe the solution you'd like One token with access to all or selected projects so that one token can push and pull for all the projects in the repo.

Describe alternatives you've considered Create a separate token for all projects put them into different env variables and make a option in the cli tool that I pus to define the env variable where it can get the token from.

TriPSs avatar Jun 25 '21 19:06 TriPSs

Hi @TriPSs what "tokens" specifically are you refer to? Auth tokens or Github tokens to be able to push to some repo?

Did you put multiple Traduora projects into mono-repo subfolders and want to make sure the same user can login to any of them for example? I.e. like single DB with users shared between multiple instances of Traduora / SSO etc? It will be great if you can describe in a bit more detail your setup and how you use it so we can understand better what feature we need to build to support it.

evereq avatar Jul 24 '21 22:07 evereq

Hi @evereq, with tokens I mean the tokens to be able to use the Traduora API, now you create one for a project and I would like to create one for my CI/CD so it can pull / push all translations from and to Traduora in my monorepo.

TriPSs avatar Jul 26 '21 06:07 TriPSs