Commit fab6dd83 authored by bradburyr's avatar bradburyr
Browse files

Enforced string length restriction on urlSignature.passphrase.

parent 6fb0dbb5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -410,6 +410,8 @@ components:
              type: string
            passphrase:
              type: string
              minLength: 6
              maxLength: 50
            tokenExpiryName:
              type: string
            useIPAddress: