Ricardo
06/01/2021, 5:45 PMkey = client.keys.create({
"description": "Admin key.",
"actions": ["*"],
"collections": ["*"]
})
This can't create keys right?
is the bootstrap key the only key that can create keys?
one key to rule them all?Jason Bosco
06/01/2021, 5:49 PMJason Bosco
06/02/2021, 5:14 AMRicardo
06/02/2021, 5:37 AMJason Bosco
06/02/2021, 5:45 AMRicardo
06/02/2021, 7:33 AMkey = client.keys.create({
"description": "Almost Admin key.",
"actions": ["collections:*"],
"collections": ["*"]
})
So from my understanding this key can do every action on collections, but not create new keys?Jason Bosco
06/02/2021, 5:52 PMRicardo
06/03/2021, 1:55 AMJason Bosco
06/03/2021, 1:56 AM