Skip to content

Commit

Permalink
Remove generic_mount_paths field (#18558)
Browse files Browse the repository at this point in the history
PR #17926 already deleted the implementation of the
`generic_mount_paths` field so it needs to be removed from the declared
fields of the path too, so help and OpenAPI isn't misleading.
  • Loading branch information
maxb authored and AnPucel committed Jan 14, 2023
1 parent eff8163 commit cdf8691
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions vault/logical_system_paths.go
Original file line number Diff line number Diff line change
Expand Up @@ -956,12 +956,6 @@ func (b *SystemBackend) internalPaths() []*framework.Path {
Type: framework.TypeString,
Description: "Context string appended to every operationId",
},
"generic_mount_paths": {
Type: framework.TypeBool,
Description: "Use generic mount paths",
Query: true,
Default: false,
},
},
Callbacks: map[logical.Operation]framework.OperationFunc{
logical.ReadOperation: b.pathInternalOpenAPI,
Expand Down

0 comments on commit cdf8691

Please sign in to comment.