Skip to content

Commit 7227c2c

Browse files
author
Frederick Ross
committed
Fix roles path.
1 parent 2b01ebf commit 7227c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

splunklib/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
PATH_LOGGER = "server/logger/"
9696
PATH_MESSAGES = "messages/"
9797
PATH_MODULAR_INPUTS = "data/modular-inputs"
98-
PATH_ROLES = "authentication/roles/"
98+
PATH_ROLES = "authorization/roles/"
9999
PATH_SAVED_SEARCHES = "saved/searches/"
100100
PATH_STANZA = "configs/conf-%s/%s" # (file, stanza)
101101
PATH_USERS = "authentication/users/"

0 commit comments

Comments
 (0)