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
To regenerate the SSH private key and known hosts keys,
75
+
delete the `flux-system` secret from the cluster and run:
76
+
77
+
```shell
78
+
flux create secret git flux-system \
79
+
--url=ssh://git@<host>/<org>/<repository> \
80
+
--ssh-key-algorithm=ecdsa \
81
+
--ssh-ecdsa-curve=p384
82
+
```
83
+
84
+
The CLI will prompt you to add the SSH public key as a deploy key to your repository.
85
+
{{% /alert %}}
86
+
75
87
## HTTPS basic auth
76
88
77
89
If your Git server has basic auth enabled, you can bootstrap Flux over HTTPS with:
@@ -92,13 +104,14 @@ If your Git server uses a self-signed TLS certificate, you can specify the CA fi
92
104
93
105
## HTTPS authorization header
94
106
95
-
To access Git repositories that require a bearer token in the HTTP headers as an Authorization header such as [Oracle VBS Git Repositories](https://docs.oracle.com/en/cloud/paas/visual-builder/visualbuilder-manage-development-process/access-git-repository-using-token-based-authentication.html):
107
+
To access Git repositories that require a bearer token in the HTTP headers
108
+
as an Authorization header such as [Oracle VBS Git Repositories](https://docs.oracle.com/en/cloud/paas/visual-builder/visualbuilder-manage-development-process/access-git-repository-using-token-based-authentication.html):
0 commit comments