summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-07-02 13:38:39 -0600
committermo khan <mo@mokhan.ca>2025-07-02 13:38:39 -0600
commitf87f8e22cb3560fdfe3174f4502c0e6df1609577 (patch)
tree36fd75ce14f05d601eee2533ef704004f3fd762e
parent555b0cbfe8a43287dcb16ecd0e6011b2392f83d3 (diff)
docs: add links to environments and logs
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
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]