Skip to content

Commit 97641d8

Browse files
authored
docs(iam-samples): added region tag (GoogleCloudPlatform#6983)
1 parent c8124c7 commit 97641d8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

iam/api-client/workload_identity_federation.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# limitations under the License.
1414

1515
"""Demonstrates how to obtain short-lived credentials with identity federation."""
16+
# [START iam_workload_identity_aws_credential]
1617
import json
1718
import urllib
1819

@@ -59,3 +60,4 @@ def main():
5960

6061
if __name__ == "__main__":
6162
main()
63+
# [END iam_workload_identity_aws_credential]

0 commit comments

Comments
 (0)