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: .github/actions/duvet/README.md
+12-4
Original file line number
Diff line number
Diff line change
@@ -16,11 +16,19 @@ Path to the output report generated in `report-script`. Defaults to `report.html
16
16
17
17
### `aws-access-key-id: ''`
18
18
19
-
An AWS access key. The corresponding user must have S3 write permissions.
19
+
Deprecated. This was previously used to authenticate with long lived IAM credentials. See [Configuring OpenID Connect](https://docs.github.com/en/actions/security-for-github-actions/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers)
20
20
21
21
### `aws-secret-access-key: ''`
22
22
23
-
The AWS secret key.
23
+
Deprecated. This was previously used to authenticate with long lived IAM credentials. See [Configuring OpenID Connect](https://docs.github.com/en/actions/security-for-github-actions/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers)
24
+
25
+
### `role-to-assume: ''`
26
+
27
+
For Open ID Connect, the role attached to the IdP, in the form of an ARN. Intended for use with [AWS](https://docs.github.com/en/actions/security-for-github-actions/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services)
28
+
29
+
### `role-session-name: ''`
30
+
31
+
For Open ID Connect, an arbitrary session name. Intended for use with [AWS](https://docs.github.com/en/actions/security-for-github-actions/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services)
0 commit comments