feat: optional policy inputs when assuming role

This commit is contained in:
peterwoodworth
2023-06-21 14:50:04 -07:00
parent e849bae717
commit 8aa25a5cb6
3 changed files with 20 additions and 0 deletions
+6
View File
@@ -52,6 +52,12 @@ inputs:
web-identity-token-file:
description: Use the web identity token file from the provided file system path in order to assume an IAM role using a web identity, e.g. from within an Amazon EKS worker node.
required: false
inline-session-policy:
description: 'Inline session policy'
required: false
managed-session-policies:
description: 'List of managed session policies'
required: false
outputs:
aws-account-id:
description: The AWS account ID for the provided credentials