This commit is contained in:
Jim Minter 2021-04-29 17:33:10 -05:00 коммит произвёл bennerv
Родитель dc1c23f046
Коммит 2f0493875f
1 изменённых файлов: 10 добавлений и 1 удалений

Просмотреть файл

@ -13,7 +13,7 @@ in steady state: manage cluster resources in the customer's subscription.
## fpGraphAuthorizer
The first party application, in the customer's tenant, for use against AAD. Used
in development mode to emulate ARM.
in development mode as part of the ARM helper.
## localFPAuthorizer
@ -30,12 +30,21 @@ vault. Used in steady state: manage cluster serving certificates.
The managed identity attached to the RP VM, in the AME tenant, for use against
ARM. Used for bootstrapping: finding the CosmosDB key, populating the SKU list.
## msiRefresherAuthorizer
The managed identity attached to the RP VM, in the AME tenant, for use against
the database token service. Used for retrieving Cosmos DB tokens.
## msiKVAuthorizer
The managed identity attached to the RP VM, in the AME tenant, for use against
the service key vault. Used for bootstrapping: retrieving keys and secrets from
the service key vault, including the first party certificate + key.
## armAuthorizer
The ARM helper application. Used in development mode only.
## spAuthorizer
The cluster's AAD application, in the customer's tenant, for use against ARM.