From f516653d02c2fcad04cbb47c11c389473a9fb8bb Mon Sep 17 00:00:00 2001 From: Richard Hagen Date: Thu, 28 Nov 2024 16:14:07 +0100 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index fadd847..2ef418f 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,14 @@ Currently this exports uptime statistics using the `probe_success` metric from p Commits to the main branch must follow [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) and uses Release Please to create new versions. +## Security + +Authentication and authorisation are performed through an HTTP bearer token, which is relayed to the Kubernetes API. The Kubernetes AAD integration then performs its authentication and resource authorisation checks, and the result is relayed to the user. + +## Contributing + +Read our [contributing guidelines](./CONTRIBUTING.md) + +------------------ + +[Security notification](./SECURITY.md)