From 3fa049f0303eeb9fb7c36e9995ba9c55340f7ef6 Mon Sep 17 00:00:00 2001 From: akaila-splunk Date: Fri, 6 Jan 2023 17:45:12 +0530 Subject: [PATCH] update authentication token docs --- .env | 4 ++-- README.md | 4 ++-- scripts/templates/env.template | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.env b/.env index 59f7df83..c62498b0 100644 --- a/.env +++ b/.env @@ -11,6 +11,6 @@ scheme=https # Your version of Splunk (default: 6.2) version=9.0 # Bearer token for authentication -#bearerToken="" +#splunkToken="" # Session key for authentication -#sessionKey="" +#token="" diff --git a/README.md b/README.md index 29b75704..391157a3 100644 --- a/README.md +++ b/README.md @@ -111,9 +111,9 @@ here is an example of .env file: # Your version of Splunk Enterprise version=9.0 # Bearer token for authentication - #bearerToken= + #splunkToken= # Session key for authentication - #sessionKey= + #token= #### SDK examples diff --git a/scripts/templates/env.template b/scripts/templates/env.template index a45851b6..ac9ebe5c 100644 --- a/scripts/templates/env.template +++ b/scripts/templates/env.template @@ -11,6 +11,6 @@ scheme=$scheme # Your version of Splunk (default: 6.2) version=$version # Bearer token for authentication -#bearerToken= +#splunkToken= # Session key for authentication -#sessionKey= \ No newline at end of file +#token= \ No newline at end of file