Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 60d87fa

Browse filesBrowse files
feat: [google-cloud-confidentialcomputing] Add additional TokenType options (TOKEN_TYPE_PKI and TOKEN_TYPE_LIMITED_AWS) (#12515)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 619305466 Source-Link: googleapis/googleapis@9b6f3aa Source-Link: googleapis/googleapis-gen@56d70bd Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNvbmZpZGVudGlhbGNvbXB1dGluZy8uT3dsQm90LnlhbWwiLCJoIjoiNTZkNzBiZDdmOTFlNzc4MGZhNTE0ZjRkZjgzM2ZjMWFiM2VhOTE2YSJ9 --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 763c119 commit 60d87fa
Copy full SHA for 60d87fa

File tree

Expand file treeCollapse file tree

1 file changed

+6
-0
lines changed
Filter options
  • packages/google-cloud-confidentialcomputing/google/cloud/confidentialcomputing_v1/types
Expand file treeCollapse file tree

1 file changed

+6
-0
lines changed

‎packages/google-cloud-confidentialcomputing/google/cloud/confidentialcomputing_v1/types/service.py

Copy file name to clipboardExpand all lines: packages/google-cloud-confidentialcomputing/google/cloud/confidentialcomputing_v1/types/service.py
+6Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,15 @@ class TokenType(proto.Enum):
7070
Unspecified token type
7171
TOKEN_TYPE_OIDC (1):
7272
OpenID Connect (OIDC) token type
73+
TOKEN_TYPE_PKI (2):
74+
Public Key Infrastructure (PKI) token type
75+
TOKEN_TYPE_LIMITED_AWS (3):
76+
Limited claim token type for AWS integration
7377
"""
7478
TOKEN_TYPE_UNSPECIFIED = 0
7579
TOKEN_TYPE_OIDC = 1
80+
TOKEN_TYPE_PKI = 2
81+
TOKEN_TYPE_LIMITED_AWS = 3
7682

7783

7884
class Challenge(proto.Message):

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.