Roger Martinez
Roger Martinez
Updated tutorial python files to work with python3
### TL;DR Currently, in Cloud Run samples, the `google_cloud_run_service` resource uses various generic values as the `name`, such as`cloudrun-srv`, `cloud-run-service-name`. For the sake of consistency, these names should be either...
## Proposal Applying a principle of least privilege by: - replacing default service accounts with custom service accounts - narrowing the function of an individual service account, where possible -...
## Problem `setup.sh` does not gracefully allow itself to be run twice. ## Steps to Reproduce Steps to reproduce the behavior: 1. Run setup.sh 2. Run it again ## Expected...
Thanks for stopping by to let us know something could be better! **PLEASE READ**: This repository is dedicated to a sample application that uses multiple Google Cloud products. We will...
The following decision record is set with status `proposed`: [Tracing with Open Telemetry](https://github.com/GoogleCloudPlatform/emblem/blob/9caa3cf21927f28e6788651b94f6048da8b7159c/docs/decisions/2022-11-tracing-with-otel.md) Close this issue when its status is updated to `approved, `rejected`, or `deprecated`
## Proposal We should provide cleanup guidance to delete all google cloud resources deployed when deploying Emblem. This should be a bash script provided alongside `setup.sh` ## Problems this will...
This looks like it would be helpful in this context: https://github.com/koalaman/shellcheck _Originally posted by @WildSunLove in https://github.com/GoogleCloudPlatform/emblem/issues/713#issuecomment-1331437055_
## Problem When making changes to website or api, staging changes to stage environment takes as long as it takes to roll out to prod due to the canary trigger....
We need a way (preferably automated) to keep up with any changes to changes to the webhooks supported by the four keys event handler. Priority for Gitlab.