Immutable Admins
You can configure which users are immutable admins for a non-Kubernetes deployment. For an overview of immutable admins, see Immutable Admins.
Set immutable admins with the services.coordinator.security.immutable_admins property, which takes an array of usernames. This property is optional and defaults to an empty list, which means no users are immutable.
Configure Immutable Admins
Add the services.coordinator.security.immutable_admins property to dremio.conf on all coordinator nodes. Provide one or more usernames.
services: {
coordinator: {
security: {
immutable_admins: [
"[email protected]",
"[email protected]"
]
}
}
}
For Kubernetes deployments, configure immutable admins in values-overrides.yaml instead. See Immutable Admins.