Skip to content

Commit

Permalink
Add some paths that use nonstandard auth. (hashicorp#11804)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncabatoff authored and jartek committed Sep 11, 2021
1 parent 4765a4b commit eded4b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vault/logical_system.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ func NewSystemBackend(core *Core, logger log.Logger) *SystemBackend {
"replication/dr/secondary/update-primary",
"replication/dr/secondary/operation-token/delete",
"replication/dr/secondary/license",
"replication/dr/secondary/license/signed",
"replication/dr/secondary/license/status",
"replication/dr/secondary/sys/config/reload/license",
"replication/dr/secondary/reindex",
"storage/raft/bootstrap/challenge",
"storage/raft/bootstrap/answer",
Expand Down

0 comments on commit eded4b8

Please sign in to comment.