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/integrations/hashicorp-vault.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,12 +15,14 @@ You need to have a vault instance up and running. Codefresh supports Vault insta
15
15
16
16
You also need to decide what[authentication method](https://www.vaultproject.io/docs/auth) Codefresh will use. The following methods are supported:
17
17
18
-
---|---
19
-
[Username/Password](https://www.vaultproject.io/docs/auth/userpass)|Available in SaaS and Hybrid customers
20
-
[Access Token](https://www.vaultproject.io/docs/auth/token)|Available in SaaS and Hybrid customers
21
-
[Kubernetes](https://www.vaultproject.io/docs/auth/kubernetes)|Only available in[Hybrid installation]({{site.baseurl}}/docs/administration/behind-the-firewall/)
22
-
[Google Cloud Engine](https://www.vaultproject.io/docs/auth/gcp)|Only available in[Hybrid installation]({{site.baseurl}}/docs/administration/behind-the-firewall/)
23
-
[App Role]()|Available in SaaS and Hybrid customers
18
+
{: .table .table-bordered .table-hover}
19
+
| Method| Notes|
20
+
|---|---|
21
+
|[Username/Password](https://www.vaultproject.io/docs/auth/userpass)|Available in SaaS and Hybrid customers|
22
+
|[Access Token](https://www.vaultproject.io/docs/auth/token)|Available in SaaS and Hybrid customers|
23
+
|[Kubernetes](https://www.vaultproject.io/docs/auth/kubernetes)|Only available in[Hybrid installation]({{site.baseurl}}/docs/administration/behind-the-firewall/)|
24
+
|[Google Cloud Engine](https://www.vaultproject.io/docs/auth/gcp)|Only available in[Hybrid installation]({{site.baseurl}}/docs/administration/behind-the-firewall/)|
25
+
|[App Role](https://www.vaultproject.io/docs/auth/approle)|Available in SaaS and Hybrid customers|