Skip to content

Commit f46bb46

Browse files
author
Parul Upadhyaya
committed
Merge branch 'develop' into release/1.6.12
* develop: add comment to document use of Splunk auth token
2 parents 02c25b9 + e6bd3e3 commit f46bb46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

splunklib/binding.py

+2
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,8 @@ class Context(object):
450450
:type username: ``string``
451451
:param password: The password for the Splunk account.
452452
:type password: ``string``
453+
:param splunkToken: Splunk authentication token
454+
:type splunkToken: ``string``
453455
:param headers: List of extra HTTP headers to send (optional).
454456
:type headers: ``list`` of 2-tuples.
455457
:param handler: The HTTP request handler (optional).

0 commit comments

Comments
 (0)