mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Fixed /ldap-auth/identities/:identityId response schema
This commit is contained in:
@@ -469,8 +469,8 @@ export const registerIdentityLdapAuthRouter = async (server: FastifyZodProvider)
|
||||
encryptedBindPass: true,
|
||||
encryptedLdapCaCertificate: true
|
||||
}).extend({
|
||||
bindDN: z.string().optional(),
|
||||
bindPass: z.string().optional(),
|
||||
bindDN: z.string(),
|
||||
bindPass: z.string(),
|
||||
ldapCaCertificate: z.string().optional(),
|
||||
templateId: z.string().optional().nullable()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user