mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Update default on frontend user cert ttl form
This commit is contained in:
@@ -361,7 +361,6 @@ export const getKeyAlgorithmFromFingerprintOutput = (output: string): SshCertKey
|
||||
}
|
||||
|
||||
if (keyTypeRaw === "ED25519") {
|
||||
// TODO: test
|
||||
return SshCertKeyAlgorithm.ED25519;
|
||||
}
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@ const schema = z
|
||||
(val) => ms(val) > 0,
|
||||
"TTL must be a valid time string such as 2 days, 1d, 2h 1y, ..."
|
||||
)
|
||||
.default("8h, 1d, 30m"),
|
||||
.default("8h"),
|
||||
loginMappings: z
|
||||
.object({
|
||||
loginUser: z.string().trim().min(1),
|
||||
|
||||
Reference in New Issue
Block a user