add-mariadb-instance-database-and-user-validations #75

Merged
hsh-michaelhoennig merged 6 commits from add-mariadb-instance-database-and-user-validations into master 2024-07-12 10:54:47 +02:00
No description provided.
hsh-michaelhoennig added 5 commits 2024-07-12 10:44:45 +02:00
hsh-timotheuspokorra reviewed 2024-07-12 10:49:24 +02:00
@ -32,2 +32,3 @@
stringProperty("totpKey").matchesRegEx("^0x([0-9A-Fa-f]{2})+$").minLength(20).maxLength(256).undisclosed().writeOnly().optional(),
passwordProperty("password").minLength(8).maxLength(40).hashedUsing(LinuxEtcShadowHashGenerator.Algorithm.SHA512).writeOnly());
passwordProperty("password").minLength(8).maxLength(40).hashedUsing(HashGenerator.Algorithm.LINUX_SHA512).writeOnly());
// TODO.spec: private SSH keys?

public ssh keys

public ssh keys
hsh-michaelhoennig marked this conversation as resolved
hsh-timotheuspokorra approved these changes 2024-07-12 10:54:05 +02:00
hsh-michaelhoennig added 1 commit 2024-07-12 10:54:20 +02:00
hsh-michaelhoennig merged commit 46fce275ae into master 2024-07-12 10:54:47 +02:00
hsh-michaelhoennig deleted branch add-mariadb-instance-database-and-user-validations 2024-07-12 10:54:48 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: hostsharing/hs.hsadmin.ng#75
No description provided.