diff options
| -rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -60,6 +60,18 @@ It integrates with an identity provider (IdP) and uses message queues to stay in $ cargo run ``` +## Environments + +### Staging + +- https://authzd.staging.runway.gitlab.net +- [Logs](https://console.cloud.google.com/logs/query;query=resource.labels.service_name%3D%22authzd%22?project=gitlab-runway-staging) + +### Production + +- https://authzd.runway.gitlab.net +- [Logs](https://console.cloud.google.com/logs/query;query=resource.labels.service_name%3D%22authzd%22?project=gitlab-runway-production) + ## References * [gRPC][3] |
