From eab9df848ac8911f8e872ae395f17584462f9453 Mon Sep 17 00:00:00 2001 From: Nikos Date: Tue, 24 Sep 2024 11:56:14 +0300 Subject: [PATCH] chore: fix README link Closes #26 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 49791d4..c339423 100644 --- a/README.md +++ b/README.md @@ -46,10 +46,10 @@ juju deploy traefik-k8s --trust --channel juju offer :ingress ``` -Because the bundle uses an external Idp provider (e.g. Microsoft Azure), +Because the bundle uses an external Idp provider (e.g. Microsoft EntraID), it needs to provide additional variables for the module to run. More information about the Idp provider configuration can be -found [here](https://github.com/canonical/kratos-external-idp-integrator/blob/main/config.yaml). +found [here](https://charmhub.io/kratos-external-idp-integrator/configurations). Please create a Terraform variable definition (`.tfvars`) file in the root directory as follows.