From 13afb13562a73e2880e19512ab944a47ff5dc16c Mon Sep 17 00:00:00 2001 From: Chris Capurso <1036769+ccapurso@users.noreply.github.com> Date: Mon, 23 Sep 2024 16:50:32 -0400 Subject: [PATCH] add aws and k8s auth examples to export --- .../api-docs/system/internal-counters.mdx | 47 +++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/website/content/api-docs/system/internal-counters.mdx b/website/content/api-docs/system/internal-counters.mdx index 1fb93b7a0ddd..73a15c05f3c3 100644 --- a/website/content/api-docs/system/internal-counters.mdx +++ b/website/content/api-docs/system/internal-counters.mdx @@ -1230,6 +1230,53 @@ $ curl \ "76a374a1-72fd-30ca-2455-f51dfeaa805e" ] } + +{ + "entity_name": "", + "entity_alias_name": "bee2d6ea-b873-47bc-9bc3-6f5e16e5c1b3", + "local_entity_alias": false, + "client_id": "cc7c504f-8d10-4add-9951-f6a194f188ec", + "client_type": "entity", + "namespace_id": "root", + "namespace_path": "", + "mount_accessor": "auth_kubernetes_b596406f", + "mount_type": "kubernetes", + "mount_path": "auth/kubernetes/", + "timestamp": "2024-07-10T09:33:51Z", + "policies": [ + "secret-read" + ], + "entity_metadata": {}, + "entity_alias_metadata": { + "service_account_uid": "bee2d6ea-b873-47bc-9bc3-6f5e16e5c1b3", + "service_account_name": "vault-auth", + "service_account_namespace": "default", + "service_account_secret_name": "vault-auth-token" + }, + "entity_alias_custom_metadata": {}, + "entity_group_ids": [] +} + +{ + "entity_name": "admin", + "entity_alias_name": "bee2d6ea-b873-47bc-9bc3-6f5e16e5c1b3", + "local_entity_alias": false, + "client_id": "cc7c504f-8d10-4add-9951-f6a194f188ec", + "client_type": "entity", + "namespace_id": "root", + "namespace_path": "", + "mount_accessor": "auth_aws_c223ff01", + "mount_type": "aws", + "mount_path": "auth/aws/", + "timestamp": "2024-07-10T09:33:51Z", + "policies": [ + "secret-read" + ], + "entity_metadata": {}, + "entity_alias_metadata": {}, + "entity_alias_custom_metadata": {}, + "entity_group_ids": [] +} ``` ### Sample CSV response