kintone-labs / plugin-uploader

A kintone plugin uploader using puppeteer
MIT License
3 stars 3 forks source link

feat: support Basic Authentication #303

Closed koba04 closed 4 years ago

koba04 commented 4 years ago

Fixes #298

This adds new options to support Basic Authentication. You can enable Basic Authentication by the following ways

% kintone-plugin-uploader plugin.zip  --basic-auth-username foo --basic-auth-password bar
% export KINTONE_BASIC_AUTH_USERNAME=foo
% export KINTONE_BASIC_AUTH_USERNAME=bar
% kintone-plugin-uploader plugin.zip  --basic-auth-username foo