From 836e24df62736707d6862f5d53acd5f6644b1d2d Mon Sep 17 00:00:00 2001 From: Jacky Hu Date: Thu, 31 Oct 2024 09:53:23 -0700 Subject: [PATCH] Update doc for M2M and NON_ADMIN --- 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]`