Skip to content

Commit 4d22e8b

Browse files
committed
Fix incorrect CLI flag name in README
Signed-off-by: Noah Stride <noah.stride@goteleport.com>
1 parent 745798d commit 4d22e8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ $ aws-spiffe-workload-helper x509-credential-file \
108108
--profile-arn arn:aws:rolesanywhere:us-east-1:123456789012:profile/0000000-0000-0000-0000-000000000000 \
109109
--role-arn arn:aws:iam::123456789012:role/example-role \
110110
--workload-api-addr unix:///opt/workload-api.sock \
111-
--aws-credentials-file /opt/my-aws-credentials-file
111+
--aws-credentials-path /opt/my-aws-credentials-file
112112
```
113113

114114
###### Reference
@@ -121,7 +121,7 @@ $ aws-spiffe-workload-helper x509-credential-file \
121121
| region | No | Overrides AWS region to use when exchanging the SVID for AWS credentials. Optional. | `us-east-1` |
122122
| session-duration | No | The duration, in seconds, of the resulting session. Optional. Can range from 15 minutes (900) to 12 hours (43200). | `3600` |
123123
| workload-api-addr | No | Overrides the address of the Workload API endpoint that will be use to fetch the X509 SVID. If unspecified, the value from the SPIFFE_ENDPOINT_SOCKET environment variable will be used. | `unix:///opt/my/path/workload.sock` |
124-
| aws-credentials-path | Yes | The path to the AWS credentials file to write. | `/opt/my-aws-credentials-file |
124+
| aws-credentials-path | Yes | The path to the AWS credentials file to write. | `/opt/my-aws-credentials-file` |
125125
| force | No | If set, failures loading the existing AWS credentials file will be ignored and the contents overwritten. | |
126126
| replace | No | If set, the AWS credentials file will be replaced if it exists. This will remove any profiles not written by this tool. | |
127127

0 commit comments

Comments
 (0)