Zero Touch Deployment Stage 2 Bot Mode#1115
Conversation
🦋 Changeset detectedLatest commit: ecfb23d The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
| zeroTouchDeploymentSelfLogin: { | ||
| enabled: boolean; | ||
| username: string; | ||
| password: string; | ||
| }; |
There was a problem hiding this comment.
In external config can we call this something sensible, like what the fuck is this for? What kind of crazy thing are we working around in MAS with this?
There was a problem hiding this comment.
Gnuxie on a less alarmist note we are also compatible with all matrix homeservers that are currently actually used by people with this method unlike trying to go MAS native and have to maintain a bunch of bullshit to be compatible with all homeserver projects.
Though mdad does only have support for Turnkey user creation (the dependency we use in draupnir for ztd stage 2 mdad) for Synapse as far as i know.
Fixes: #1080