Add Tailnet UI auth test flow
This commit is contained in:
parent
0c660acd1e
commit
75bcfaf655
13 changed files with 872 additions and 4 deletions
|
|
@ -43,5 +43,18 @@
|
|||
"automation"
|
||||
];
|
||||
};
|
||||
|
||||
ui-test = {
|
||||
displayName = "Burrow UI Test";
|
||||
canonicalEmail = "ui-test@burrow.net";
|
||||
isAdmin = false;
|
||||
forgeAuthorized = false;
|
||||
bootstrapAuthentik = true;
|
||||
authentikPasswordSecret = "burrowAuthentikUiTestPassword";
|
||||
roles = [
|
||||
"testing"
|
||||
"apple-ui"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue