Tags: katainaka0503/berglas
Tags
GAE Support (GoogleCloudPlatform#44) * Add App Engine instructions * Support for appengine * More examples * remove --local since berglas will now be able to detect GAE * Add flex to README * use proper syntax so go mod doesn't fail * Comments * typo * Include gcloudignore * Newline EOF * Use cat, don't require command interaction * License headers * Lock go to temp branch This will get updated after we tag a new version * Remove outdated env.yaml * Use vendor * Missed a license header * More EOFs * Don't import the appengine package We don't need it, and it also doesn't properly detect flex on Go 1.11+ * Deps update
Add retry logic for auto import (GoogleCloudPlatform#14) Fixes GoogleCloudPlatform#11
Add bootstrap command This command creates the GCS bucket and KMS keys automatically with the properly scoped minimal permissions instead of relying on gcloud/gsutil. This makes for an easier getting started experience, especially for users who may be unfamiliar with the platform.