From c1a085c02e3346189b30b3fb0c8adf6259f57d1b Mon Sep 17 00:00:00 2001 From: Trong Huu Nguyen Date: Mon, 2 Dec 2024 12:22:29 +0100 Subject: [PATCH] auth/maskinporten: add note on eventual consistent config --- docs/auth/maskinporten/how-to/consume.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/auth/maskinporten/how-to/consume.md b/docs/auth/maskinporten/how-to/consume.md index 649f43d5..90ea19c6 100644 --- a/docs/auth/maskinporten/how-to/consume.md +++ b/docs/auth/maskinporten/how-to/consume.md @@ -21,6 +21,12 @@ spec: - name: "nav:some/other/scope" ``` +???+ warning "Maskinporten configuration changes are eventually consistent" + + Changes to the Maskinporten configuration may take up to 15 minutes to propagate. + + If you're experiencing issues with access to these scopes, wait a few minutes before trying again. + The scopes themselves are defined and owned by the external API provider. The exact scope values must be exchanged out-of-band. {%- if tenant() == "nav" %} @@ -32,11 +38,11 @@ The scopes themselves are defined and owned by the external API provider. The ex ???+ warning "Use webproxy for outbound network connectivity from on-premises environments" - If you're on-premises, you must enable and use [`webproxy`](../../../workloads/application/reference/application-spec.md#webproxy) to access Maskinporten. + If you're on-premises, you must also enable and use [`webproxy`](../../../workloads/application/reference/application-spec.md#webproxy) to access Maskinporten. {%- endif %} -[Configure appropriate outbound access policies](../../../workloads/how-to/access-policies.md#send-requests-to-external-addresses) to access the external API endpoints. +Finally, [configure appropriate outbound access policies](../../../workloads/how-to/access-policies.md#send-requests-to-external-addresses) to access the external API endpoints. ## Acquire token