feat: encrypted configuration strings (#759)
A new config object `encrypted` can be defined at any level and contain encrypted configuration strings. Initial use is for encrypting an npm token for use with the hosted renovate app. Closes #650
Showing
- lib/config/decrypt.js 55 additions, 0 deletionslib/config/decrypt.js
- lib/config/definitions.js 16 additions, 0 deletionslib/config/definitions.js
- lib/logger/config-serializer.js 1 addition, 0 deletionslib/logger/config-serializer.js
- lib/workers/repository/index.js 3 additions, 0 deletionslib/workers/repository/index.js
- test/_fixtures/keys/private.pem 27 additions, 0 deletionstest/_fixtures/keys/private.pem
- test/config/decrypt.spec.js 59 additions, 0 deletionstest/config/decrypt.spec.js
Loading
Please register or sign in to comment