-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into session_leaks
- Loading branch information
Showing
44 changed files
with
1,114 additions
and
1,018 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
assign_issues: | ||
- asthamohta | ||
- harshachinta |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,6 @@ repos: | |
hooks: | ||
- id: black | ||
- repo: https://github.com/pycqa/flake8 | ||
rev: 3.9.2 | ||
rev: 6.1.0 | ||
hooks: | ||
- id: flake8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
".": "3.38.0" | ||
".": "3.40.1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1293,42 +1293,11 @@ async def sample_set_iam_policy(): | |
**JSON example:** | ||
{ | ||
"bindings": [ | ||
{ | ||
"role": | ||
"roles/resourcemanager.organizationAdmin", | ||
"members": [ "user:[email protected]", | ||
"group:[email protected]", | ||
"domain:google.com", | ||
"serviceAccount:[email protected]" | ||
] | ||
}, { "role": | ||
"roles/resourcemanager.organizationViewer", | ||
"members": [ "user:[email protected]" ], | ||
"condition": { "title": "expirable access", | ||
"description": "Does not grant access after | ||
Sep 2020", "expression": "request.time < | ||
timestamp('2020-10-01T00:00:00.000Z')", } } | ||
], "etag": "BwWWja0YfJA=", "version": 3 | ||
} | ||
:literal:`\` { "bindings": [ { "role": "roles/resourcemanager.organizationAdmin", "members": [ "user:[email protected]", "group:[email protected]", "domain:google.com", "serviceAccount:[email protected]" ] }, { "role": "roles/resourcemanager.organizationViewer", "members": [ "user:[email protected]" ], "condition": { "title": "expirable access", "description": "Does not grant access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", } } ], "etag": "BwWWja0YfJA=", "version": 3 }`\ \` | ||
**YAML example:** | ||
bindings: - members: - user:\ [email protected] - | ||
group:\ [email protected] - domain:google.com - | ||
serviceAccount:\ [email protected] | ||
role: roles/resourcemanager.organizationAdmin - | ||
members: - user:\ [email protected] role: | ||
roles/resourcemanager.organizationViewer | ||
condition: title: expirable access description: | ||
Does not grant access after Sep 2020 expression: | ||
request.time < | ||
timestamp('2020-10-01T00:00:00.000Z') etag: | ||
BwWWja0YfJA= version: 3 | ||
:literal:`\` bindings: - members: - user:[email protected] - group:[email protected] - domain:google.com - serviceAccount:[email protected] role: roles/resourcemanager.organizationAdmin - members: - user:[email protected] role: roles/resourcemanager.organizationViewer condition: title: expirable access description: Does not grant access after Sep 2020 expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3`\ \` | ||
For a description of IAM and its features, see the | ||
[IAM | ||
|
@@ -1467,42 +1436,11 @@ async def sample_get_iam_policy(): | |
**JSON example:** | ||
{ | ||
"bindings": [ | ||
{ | ||
"role": | ||
"roles/resourcemanager.organizationAdmin", | ||
"members": [ "user:[email protected]", | ||
"group:[email protected]", | ||
"domain:google.com", | ||
"serviceAccount:[email protected]" | ||
] | ||
}, { "role": | ||
"roles/resourcemanager.organizationViewer", | ||
"members": [ "user:[email protected]" ], | ||
"condition": { "title": "expirable access", | ||
"description": "Does not grant access after | ||
Sep 2020", "expression": "request.time < | ||
timestamp('2020-10-01T00:00:00.000Z')", } } | ||
], "etag": "BwWWja0YfJA=", "version": 3 | ||
} | ||
:literal:`\` { "bindings": [ { "role": "roles/resourcemanager.organizationAdmin", "members": [ "user:[email protected]", "group:[email protected]", "domain:google.com", "serviceAccount:[email protected]" ] }, { "role": "roles/resourcemanager.organizationViewer", "members": [ "user:[email protected]" ], "condition": { "title": "expirable access", "description": "Does not grant access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", } } ], "etag": "BwWWja0YfJA=", "version": 3 }`\ \` | ||
**YAML example:** | ||
bindings: - members: - user:\ [email protected] - | ||
group:\ [email protected] - domain:google.com - | ||
serviceAccount:\ [email protected] | ||
role: roles/resourcemanager.organizationAdmin - | ||
members: - user:\ [email protected] role: | ||
roles/resourcemanager.organizationViewer | ||
condition: title: expirable access description: | ||
Does not grant access after Sep 2020 expression: | ||
request.time < | ||
timestamp('2020-10-01T00:00:00.000Z') etag: | ||
BwWWja0YfJA= version: 3 | ||
:literal:`\` bindings: - members: - user:[email protected] - group:[email protected] - domain:google.com - serviceAccount:[email protected] role: roles/resourcemanager.organizationAdmin - members: - user:[email protected] role: roles/resourcemanager.organizationViewer condition: title: expirable access description: Does not grant access after Sep 2020 expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3`\ \` | ||
For a description of IAM and its features, see the | ||
[IAM | ||
|
Oops, something went wrong.