If you only want to hard code an admin access to a channel(for a user), can you try this?
// hard code the admin access to the channel called "channel.Duty"(for the user "test")
“users”: {
“test”: {
“password”: “password”,
“admin_channels”: [“channel.Duty”]
}
}