From f87f8e22cb3560fdfe3174f4502c0e6df1609577 Mon Sep 17 00:00:00 2001 From: mo khan Date: Wed, 2 Jul 2025 13:38:39 -0600 Subject: docs: add links to environments and logs --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 5d023217..260f044d 100644 --- a/README.md +++ b/README.md @@ -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] -- cgit v1.2.3