Skip to content

Commit 6fa3a47

Browse files
fixing references to code signing roles versus trusted signing roles
1 parent 396e055 commit 6fa3a47

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/trusted-signing/concept-trusted-signing-resources-roles.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Trusted Signing resources and roles
3-
description: Trusted Signing is a Microsoft fully managed end-to-end signing solution that simplifies the signing process for Azure developers. Learn all about the resources and roles specific to Trusted Signing, such as identity validations, certificate profiles, and the code signing identity verifier.
3+
description: Trusted Signing is a Microsoft fully managed end-to-end signing solution that simplifies the signing process for Azure developers. Learn all about the resources and roles specific to Trusted Signing, such as identity validations, certificate profiles, and the trusted signing identity verifier.
44
author: ianjmcm
55
ms.author: ianmcm
66
ms.service: azure-code-signing
@@ -28,7 +28,7 @@ In the below example structure, notice that an Azure Subscription has a Resource
2828

2929
![Diagram of Trusted Signing resource group and cert profiles](./media/trusted-signing-resource-structure.png)
3030

31-
This ability to have multiple Code Signing Accounts and Certificate Profiles is useful as the service supports Public Trust, Private Trust, CI Policy, VBS Enclave, and Test signing types. For more information on the Certificate Profile types and how they're used, review [Trusted Signing certificate types and management](./concept-trusted-signing-cert-management.md).
31+
This ability to have multiple Trusted Signing Accounts and Certificate Profiles is useful as the service supports Public Trust, Private Trust, CI Policy, VBS Enclave, and Test signing types. For more information on the Certificate Profile types and how they're used, review [Trusted Signing certificate types and management](./concept-trusted-signing-cert-management.md).
3232

3333
> [!NOTE]
3434
> Identity Validations and Certificate Profiles align with either Public or Private Trust. Meaning that a Public Trust Identity Validation is only used for Certificate Profiles that are used for the Public Trust model. For more information, review [Trusted Signing trust models](./concept-trusted-signing-trust-models.md).
@@ -66,12 +66,12 @@ Trusted Signing provides five total Certificate Profile types that all subscribe
6666

6767
## Supported roles
6868

69-
Azure Role Based Accesfnotes Controls (RBAC) is a cornerstone concept for all Azure resources. Trusted Signing adds two custom roles to meet subscribers’ needs for creating an Identity Validation (Code Signing Identity Verifier) and signing with Certificate Profiles (Code Signing Certificate Profile Signer). These custom roles explicitly must be assigned to perform those two critical functions in using Trusted Signing. Below is a complete list of roles Trusted Signing supports and their capabilities, including all standard Azure roles.
69+
Azure Role Based Accesfnotes Controls (RBAC) is a cornerstone concept for all Azure resources. Trusted Signing adds two custom roles to meet subscribers’ needs for creating an Identity Validation (Trusted Signing Identity Verifier) and signing with Certificate Profiles (Trusted Signing Certificate Profile Signer). These custom roles explicitly must be assigned to perform those two critical functions in using Trusted Signing. Below is a complete list of roles Trusted Signing supports and their capabilities, including all standard Azure roles.
7070

7171
|Role|Managed/View Account|Manage Certificate Profiles|Sign with Certificate Profile|View Signing History|Manage Role Assignment|Manage Identity Validation|
7272
|---------------|---------------|-----------------|-----------------|-----------------|-----------------|-----------------|
73-
|Code Signing Identity Verifier<sub>1</sub>||||||X|
74-
|Code Signing Certificate Profile Signer<sub>2</sub>|||X|X|||
73+
|Trusted Signing Identity Verifier<sub>1</sub>||||||X|
74+
|Trusted Signing Certificate Profile Signer<sub>2</sub>|||X|X|||
7575
|Owner|X|X|||X||
7676
|Contributor|X|X|||||
7777
|Reader|X||||||

0 commit comments

Comments
 (0)