Skip to content

Commit

Permalink
update authentication token docs
Browse files Browse the repository at this point in the history
  • Loading branch information
akaila-splunk committed Jan 6, 2023
1 parent 418a174 commit 3fa049f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ scheme=https
# Your version of Splunk (default: 6.2)
version=9.0
# Bearer token for authentication
#bearerToken="<Bearer-token>"
#splunkToken="<Bearer-token>"
# Session key for authentication
#sessionKey="<Session-Key>"
#token="<Session-Key>"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ here is an example of .env file:
# Your version of Splunk Enterprise
version=9.0
# Bearer token for authentication
#bearerToken=<Bearer-token>
#splunkToken=<Bearer-token>
# Session key for authentication
#sessionKey=<Session-Key>
#token=<Session-Key>

#### SDK examples

Expand Down
4 changes: 2 additions & 2 deletions scripts/templates/env.template
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ scheme=$scheme
# Your version of Splunk (default: 6.2)
version=$version
# Bearer token for authentication
#bearerToken=<Bearer-token>
#splunkToken=<Bearer-token>
# Session key for authentication
#sessionKey=<Session-Key>
#token=<Session-Key>

0 comments on commit 3fa049f

Please sign in to comment.