From 60ce7224f7bf64ff62141f12d40c784ee23f1001 Mon Sep 17 00:00:00 2001 From: zachary painter <60552605+ZPain8464@users.noreply.github.com> Date: Wed, 21 Feb 2024 09:54:56 -0500 Subject: [PATCH 1/2] updates service account admonition --- content/docs/capabilities/enterprise-api.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/capabilities/enterprise-api.mdx b/content/docs/capabilities/enterprise-api.mdx index 778bff270..6783805ab 100644 --- a/content/docs/capabilities/enterprise-api.mdx +++ b/content/docs/capabilities/enterprise-api.mdx @@ -56,9 +56,9 @@ This doc assumes: :::tip -[**Service Accounts**](/docs/capabilities/service-accounts) created in any Namespace other than **Global** will include a reference to that Namespace ID. A service account created in a non-global Namespace will follow this format: +[**Service Accounts**](/docs/capabilities/service-accounts) created in any Namespace other than **Global** will include a reference to that Namespace ID. A service account created in a non-global Namespace will generate a **User ID** that follows this format: -`[user-id]@[namespace-reference]` +`{user-id}@{namespace-reference}.pomerium` You must specify the entire **User ID** when using the service account. For example: From 1a68d8eb0767ab0ee6a265d66d0361124f26f3b5 Mon Sep 17 00:00:00 2001 From: zachary painter <60552605+ZPain8464@users.noreply.github.com> Date: Wed, 21 Feb 2024 13:19:22 -0500 Subject: [PATCH 2/2] changes namespace reference to id --- content/docs/capabilities/enterprise-api.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/capabilities/enterprise-api.mdx b/content/docs/capabilities/enterprise-api.mdx index 6783805ab..ed2cbb679 100644 --- a/content/docs/capabilities/enterprise-api.mdx +++ b/content/docs/capabilities/enterprise-api.mdx @@ -58,7 +58,7 @@ This doc assumes: [**Service Accounts**](/docs/capabilities/service-accounts) created in any Namespace other than **Global** will include a reference to that Namespace ID. A service account created in a non-global Namespace will generate a **User ID** that follows this format: -`{user-id}@{namespace-reference}.pomerium` +`{user-id}@{namespace-id}.pomerium` You must specify the entire **User ID** when using the service account. For example: