You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,8 @@ See [action.yml](./action.yml) for more detail.
111
111
| role-skip-session-tagging | Skips session tagging if set. | No |
112
112
| inline-session-policy | You may further restrict the assumed role policy by defining an inline policy here. | No |
113
113
| managed-session-policies | You may further restrict the assumed role policy by specifying a managed policy here. | No |
114
-
| output-credentials | When set, outputs fetched credentials as action step output. (Outputs access-key-id, secret-access-key, session-token, and expiration). Defaults to false. | No |
114
+
| output-credentials | When set, outputs fetched credentials as action step output. (Outputs access-key-id, secret-access-key, session-token, and expiration). Defaults to false. | No |
115
+
| output-env-credentials | When set, outputs fetched credentials as environment variables (AWS_REGION, AWS_DEFAULT_REGION, AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_SESSION_TOKEN). Defaults to true. Set to false if you need to avoid setting/changing env variables. You'd probably want to use output-credentials if you disable this. (NOTE: Setting to false will prevent the aws-account-id from being exported as a step output). | No |
115
116
| unset-current-credentials | When set, attempts to unset any existing credentials in your action runner. | No |
116
117
| disable-retry | Disabled retry/backoff logic for assume role calls. By default, retries are enabled. | No |
117
118
| retry-max-attempts | Limits the number of retry attempts before giving up. Defaults to 12. | No |
0 commit comments