From 4dfbe46954f1a246701dc6b4b5ddb49257a3b1d5 Mon Sep 17 00:00:00 2001 From: Anastas Stoyanovsky Date: Fri, 3 Oct 2025 06:19:52 -0400 Subject: [PATCH] fix(docs): Correct indentation in documented example for access_policy (#3652) `access_policy` needs to be inside the `auth` section in config; this PR corrects indentation in a documented example of configuring that section. --- docs/docs/distributions/configuration.mdx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/docs/distributions/configuration.mdx b/docs/docs/distributions/configuration.mdx index d87c7f64b..dbf879024 100644 --- a/docs/docs/distributions/configuration.mdx +++ b/docs/docs/distributions/configuration.mdx @@ -509,16 +509,16 @@ server: provider_config: type: "github_token" github_api_base_url: "https://api.github.com" - access_policy: - - permit: - principal: user-1 - actions: [create, read, delete] - description: user-1 has full access to all resources - - permit: - principal: user-2 - actions: [read] - resource: model::model-1 - description: user-2 has read access to model-1 only + access_policy: + - permit: + principal: user-1 + actions: [create, read, delete] + description: user-1 has full access to all resources + - permit: + principal: user-2 + actions: [read] + resource: model::model-1 + description: user-2 has read access to model-1 only ``` Similarly, the following restricts access to particular kubernetes