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: secretstores/akeyless/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,15 +17,15 @@ The Akeyless secret store component supports the following configuration options
17
17
18
18
| Field | Required | Description | Example |
19
19
|-------|----------|-------------|---------|
20
-
|`gatewayUrl`| No | The Akeyless Gateway URL. Default is https://api.akeyless.io.|`https://your-gateway.akeyless.io`|
20
+
|`gatewayUrl`| No | The Akeyless Gateway API URL. Default is https://api.akeyless.io.|`https://gw.akeyless.svc.cluster.local:8000/api/v2`|
21
21
|`gatewayTLSCA`| No | The `base64`-encoded PEM certificate of the Akeyless Gateway. Use this when connecting to a gateway with a self-signed or custom CA certificate. |`LS0tLS1CRUdJTi...`|
22
22
|`accessId`| Yes | The Akeyless authentication access ID. |`p-123456780wm`|
23
23
|`jwt`| No | If using an OAuth2.0/JWT access ID, specify the JSON Web Token |`eyJ...`|
24
24
|`accessKey`| No | If using an API Key access ID, specify the API key |`ABCD123...=`|
25
25
|`k8sAuthConfigName`| No | If using the k8s auth method, specify the name of the k8s auth config. |`k8s-auth-config`|
26
26
|`k8sGatewayUrl`| No | The gateway URL that where the k8s auth config is located. |`http://gw.akeyless.svc.cluster.local:8000`|
27
27
| `k8sServiceAccountToken` | No | If using the k8s auth method, specify the service account token. If not specified,
28
-
we will try to read it from the default service account token file. | `eyJ...` |
28
+
we will try to read it from the default service account token file`/var/run/secrets/kubernetes.io/serviceaccount/token`. | `eyJ...` |
0 commit comments