Skip to content

Commit e11bfcb

Browse files
committed
add missing word
1 parent faf3d9b commit e11bfcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/fundamentals/enterprise-auth.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ The {+driver-short+} doesn't offer built-in support for all platforms, including
201201
the AWS Elastic Kubernetes Service (EKS). To use OIDC to authenticate against
202202
unsupported platforms, you must define a custom callback function.
203203

204-
The following code is an example implementation of custom callback for an EKS
204+
The following code is an example implementation of a custom callback for an EKS
205205
cluster. First, set the ``oidc_callback`` field of your ``Credential`` struct to
206206
``oidc::Callback::machine``. Then, read the access token from a path set in the
207207
``AWS_WEB_IDENTITY_TOKEN_FILE`` environment variable. Finally, set the value of

0 commit comments

Comments
 (0)