Skip to content

Commit

Permalink
Merge pull request splunk#504 from splunk/DVPL-11905
Browse files Browse the repository at this point in the history
update authentication token names in docs
  • Loading branch information
akaila-splunk authored Jan 23, 2023
2 parents eb9aa94 + 3fa049f commit eeb0ffe
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 eeb0ffe

Please sign in to comment.