Luxoft / gengen

Tool for generating models and Angular services based on OpenAPIs and Swagger's JSON.
MIT License
17 stars 8 forks source link

Develop policy for creating and using secrets in Luxoft repos #18

Closed jeremiah closed 3 years ago

jeremiah commented 3 years ago

Is your feature request related to a problem? Please describe. The goal is to publish gengen to npmjs.org to include it in the Node ecosystem of packages. To do so we need to have an authorization token from Node.

Describe the solution you'd like We need to establish a policy for handling secrets in general and for npmjs.org specifically. Reusing GitHub's secrets API seems like a good approach and ought to be evaluated.

aleshchev commented 3 years ago

Hi Jeremiah,

We created NPM account for BSS department. And now we already pushed first package https://www.npmjs.com/package/@luxbss/gengen.

P.S. We uses standart github CI/CD approach.