Skip to content
This repository was archived by the owner on Nov 18, 2024. It is now read-only.

Commit 078d601

Browse files
authored
Merge pull request #79 from DrDaveD/fix-sts-path
Add STSPathPrefix to pathsSpecial
2 parents 31d9bc1 + 60be2a5 commit 078d601

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/backend/path.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ func pathsSpecial() *logical.Paths {
2020
CredsPathPrefix,
2121
SelfPathPrefix,
2222
ServersPathPrefix,
23+
STSPathPrefix,
2324
},
2425
}
2526
}

0 commit comments

Comments
 (0)