From ef7f7800849f44d4ec732b4c15cd03cff6f349d5 Mon Sep 17 00:00:00 2001 From: Jacky Hu Date: Fri, 1 Nov 2024 10:30:45 -0700 Subject: [PATCH] Update doc for M2M and NON_ADMIN (#78) --- self-testing-partner-cli/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/self-testing-partner-cli/README.md b/self-testing-partner-cli/README.md index 127f89c..f3de244 100644 --- a/self-testing-partner-cli/README.md +++ b/self-testing-partner-cli/README.md @@ -120,6 +120,8 @@ More auth options are planned to be added in the future. `AUTH_OAUTH_M2M` and `AUTH_PAT` are mutually exclusive. They cannot be both present at the same time. +If `NON_ADMIN` is in `supported_features`, `AUTH_OAUTH_M2M` is not supported and will fall back to `AUTH_PAT`. Before using the `NON_ADMIN` feature, contact your SA to discuss non-admin integrations. + ## Usage `java -jar target/self-testing-partner-cli.jar [subcommand] [flags]`