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: docs/using-the-aws-driver/OktaAuthentication.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -34,12 +34,12 @@ When a user wants access to a resource, it authenticates with the IdP. From this
34
34
|`APP_ID`| Yes | The Amazon Web Services (AWS) app [configured](https://help.okta.com/en-us/content/topics/deploymentguides/aws/aws-configure-aws-app.htm) on Okta. |`null`|`ec2amaz-ab3cdef.example.com`|
35
35
|`IAM_ROLE_ARN`| Yes | The ARN of the IAM Role that is to be assumed to access AWS Aurora. |`null`|`arn:aws:iam::123456789012:role/adfs_example_iam_role`|
36
36
|`IAM_IDP_ARN`| Yes | The ARN of the Identity Provider. |`null`|`arn:aws:iam::123456789012:saml-provider/adfs_example`|
37
-
|`AWS_REGION`| Yes | The AWS region where the identity provider is located. |`null`|`us-east-2`|
37
+
|`FED_AWS_REGION`| Yes | The AWS region where the identity provider is located. |`null`|`us-east-2`|
38
38
|`USERNAME`| Yes | The Username must be set to the [IAM database user](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html). |`null`|`jane_doe`|
39
-
|`IDP_PORT`| No | The port that the host for the authentication service listens at. |`null`|`443`|
40
-
|`IAM_HOST`| No | Overrides the host used to generate the authentication token. This is useful when you are connecting using a custom endpoint, since authentication tokens need to be generated using the RDS/Aurora endpoints. |`null`|`database.cluster-hash.region.rds.amazonaws.com`|
41
-
|`IAM_DEFAULT_PORT`| No | This property overrides the default port that is used to generate the authentication token. The default port is the default MySQL port. |`3306`|`1234`|
42
-
|`IAM_TOKEN_EXPIRATION`| No | Overrides the default IAM token cache expiration in seconds. |`900`|`123`|
39
+
|`IDP_PORT`| No | The port that the host for the authentication service listens at. |`443`|`443`|
40
+
|`FED_AUTH_HOST`| No | Overrides the host used to generate the authentication token. This is useful when you are connecting using a custom endpoint, since authentication tokens need to be generated using the RDS/Aurora endpoints. |`null`|`database.cluster-hash.region.rds.amazonaws.com`|
41
+
|`FED_AUTH_DEFAULT_PORT`| No | This property overrides the default port that is used to generate the authentication token. The default port is the default MySQL port. |`3306`|`1234`|
42
+
|`FED_AUTH_EXPIRATION_TIME`| No | Overrides the default IAM token cache expiration in seconds. |`900`|`123`|
43
43
|`CLIENT_SOCKET_TIMEOUT`| No | The read and write timeout value in seconds for the HttpClient used during the Okta authentication workflow. |`60`|`30`|
44
44
|`CLIENT_CONNECT_TIMEOUT`| No | The connect timeout value in seconds for the HttpClient used during the Okta authentication workflow. |`60`|`30`|
45
45
|`ENABLE_SSL`| No | Set to false to disable server certificate verification. Useful during local development when testing locally hosted servers using self-signed certificates. Not recommended for production. |`true`|`false`|
0 commit comments