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
+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
@@ -18,8 +18,8 @@ You also need to decide what [authentication method](https://www.vaultproject.io
18
18
---|---
19
19
[Username/Password](https://www.vaultproject.io/docs/auth/userpass)|Available in SaaS and Hybrid customers
20
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/docs/administration/behind-the-firewall/)
22
-
[Google Cloud Engine](https://www.vaultproject.io/docs/auth/gcp)|Only available in[Hybrid installation]({{site.baseurl}}/docs/docs/administration/behind-the-firewall/)
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
23
[App Role]()|Available in SaaS and Hybrid customers
24
24
25
25
###Using the Codefresh UI
@@ -52,4 +52,4 @@ The available options are the same ones as found in the UI. For example, to crea
52
52
53
53
###Using the Secrets
54
54
55
-
To use the vault secrets in pipelines see our[secrets guide]({{site.baseurl}}/docs/docs/configure-ci-cd-pipeline/secrets-store/). Note that because in Vault, a secret can contain multiple key-value pairs you will need to put in the key name as well. So the syntax will be`{secrets.vault-store-name.path/to/secret@key}`
55
+
To use the vault secrets in pipelines see our[secrets guide]({{site.baseurl}}/docs/configure-ci-cd-pipeline/secrets-store/). Note that because in Vault, a secret can contain multiple key-value pairs you will need to put in the key name as well. So the syntax will be`{secrets.vault-store-name.path/to/secret@key}`