reverse proxy for gcp storage buckets
Download the tar archive for your operating system from the latest release in github: https://github.com/helstern/kommol/releases/latest
Extract the contents into a folder of your choosing
You will need some exported service credentials that will allow the proxy to read items from your buckets. Read the getting started with authentication for Google Cloud Platform guide to set up and download service account credentials
The permissions required by the proxy are:
- storage.buckets.get
- storage.objects.get
kommol -bind <ip:port> -gcp.credentials <path to service credentials> [--log-level <info|warn|debug>]
If you wish to contribute, open a pull request. It may take some time before I will take action on that, because of the limited time I can afford to spend on this project. I apologize in advance.
-
How to release?
Call make with the appropriate release target, which is one of:
release-patch
,release-minor
,release-major
Example:
make release-patch
This software is released under GNU General Public License version 3