Remove `generic_mount_paths` field (#18558)

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.
This commit is contained in:
Max Bowsher 2023-01-04 00:14:29 +00:00 committed by GitHub
parent 49e97a09a6
commit c4e8e22963
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -956,12 +956,6 @@ func (b *SystemBackend) internalPaths() []*framework.Path {
Type: framework.TypeString, Type: framework.TypeString,
Description: "Context string appended to every operationId", 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{ Callbacks: map[logical.Operation]framework.OperationFunc{
logical.ReadOperation: b.pathInternalOpenAPI, logical.ReadOperation: b.pathInternalOpenAPI,