1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-17 07:30:59 -05:00

Establish shared ownership of root bitwarden system workspace

This is a first pass at structure that will undoubtedly evolve. It's likely further systems will be identified and linked in as we go forward
This commit is contained in:
Matt Gibson
2025-05-06 15:01:03 -07:00
parent 5445e48f17
commit 8a7fa35fc6
32 changed files with 1721 additions and 365 deletions

View File

@ -0,0 +1,14 @@
admin = person "Organization Admin" "An administrator of an organization" {
tags "Admin"
}
provider = person "MSP" "And employee of a managed service provider" {
tags "MSP"
}
!element server {
scim = container "SCIM" {
tags "SCIM"
}
}
directory_connector -> server.api "Syncs users and groups to Bitwarden"

View File

View File

@ -0,0 +1,10 @@
styles {
element "Person" {
background #3107d3
shape person
}
element "MSP" {
background #3107d3
shape person
}
}