Skip to content

Commit 0a2a572

Browse files
committed
add gw tls conf
Signed-off-by: Kobbi Gal <[email protected]>
1 parent e9f394f commit 0a2a572

File tree

1 file changed

+10
-7
lines changed
  • daprdocs/content/en/reference/components-reference/supported-secret-stores

1 file changed

+10
-7
lines changed

daprdocs/content/en/reference/components-reference/supported-secret-stores/akeyless.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ spec:
2323
metadata:
2424
- name: gatewayUrl
2525
value: "http://gw.akeyless.svc.cluster.local/api/v2"
26+
- name: gatewayTLSCA
27+
value: "LS0tLS1CRUdJTi..."
2628
- name: accessId
2729
value: "p-abcdefg1234am"
2830
- name: accessKey
@@ -39,12 +41,13 @@ spec:
3941
4042
| Field | Required | Details | Example |
4143
|--------------------|:--------:|-------------------------------------------------------------------------|---------------------|
42-
| `gatewayUrl` | N | The Akeyless Gateway API URL. Defaults to https://api.akeyless.io. | `http://gw.akeyless.svc.cluster.local:8000/api/v2` |
43-
| `accessID` | Y | The Akeyless Access ID of the authentication method | `p-1234567890am` |
44-
| `accessKey` | N | Fill in when using an API Key (`access_key`) authentication method. | `ABCD1233...=` |
45-
| `jwt` | N | Fill in a `base64`-encoded string of the JWT when using OAuth2.0/JWT (`jwt`) authentication method | `base64 -i "eyJ..."` |
46-
| `k8sAuthConfigName` | N | Fill in when using Kubernetes Authentication (`k8s`) authentication method | `my-k8s-auth-conf` |
47-
| `k8sGatewayUrl` | N | Fill in when using Kubernetes Authentication (`k8s`) authentication method. If not filled in, will default to value set for `akeylessGWApiURL`. | `http://gw.akeyless.svc.cluster.local:8000` |
44+
| `gatewayUrl` | N | The Akeyless Gateway API URL. Defaults to https://api.akeyless.io. | `http://gw.akeyless.svc.cluster.local:8000/api/v2` |
45+
| `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...` |
46+
| `accessID` | Y | The Akeyless Access ID of the authentication method | `p-1234567890am` |
47+
| `accessKey` | N | Fill in when using an API Key (`access_key`) authentication method. | `ABCD1233...=` |
48+
| `jwt` | N | Fill in a `base64`-encoded string of the JWT when using OAuth2.0/JWT (`jwt`) authentication method | `base64 -i "eyJ..."` |
49+
| `k8sAuthConfigName`| N | Fill in when using Kubernetes Authentication (`k8s`) authentication method | `my-k8s-auth-conf` |
50+
| `k8sGatewayUrl` | N | Fill in when using Kubernetes Authentication (`k8s`) authentication method. If not filled in, will default to value set for `akeylessGWApiURL`. | `http://gw.akeyless.svc.cluster.local:8000` |
4851
| `k8sServiceAccountToken` | N | Fill in a `base64`-encoded string of the JWT when using Kubernetes Authentication (`k8s`) authentication method. If not filled in, will read from k8s token in container filesystem | ``base64 -i "eyJ..."`` |
4952

5053

@@ -125,7 +128,7 @@ spec:
125128
- name: k8sAuthConfigName
126129
value: "my-k8s-auth-config"
127130
- name: k8sGatewayUrl
128-
value: "http://release-gw.akeyless.svc.cluster.local:8000/api/v2"
131+
value: "http://release-gw.akeyless.svc.cluster.local:8000"
129132
- name: k8sServiceAccountToken
130133
value: "eyJ..."
131134
```

0 commit comments

Comments
 (0)