summaryrefslogtreecommitdiff
path: root/cloud/pkg/cloudhub/servers/httpserver/server.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5330 from ZhengXinwei-F/task-manager••• Implement task manager to complete cloud edge task executionKubeEdge Bot2024-01-171-0/+1
|\
| * notify the task manager of the task status•••Signed-off-by: zhengxinwei <zhengxinwei@huawei.com> zhengxinwei2024-01-161-0/+1
* | change the edgecert subject•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> Shelley-BaoYue2023-12-151-8/+23
|/
* feat: cloudhub support rsa certs•••Signed-off-by: wuxuesong <xuesongwu@yunify.com> wuxuesong2023-01-131-2/+6
* support operations: upgrade edge node from cloud•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952022-09-221-0/+1
* Merge pull request from GHSA-vwm6-qc77-v2rh•••* fix invalid request Signed-off-by: vincentgoat <linguohui1@huawei.com> * fix CI issue Signed-off-by: Kevin Wang <kevinwzf0126@gmail.com> Co-authored-by: Kevin Wang <kevinwzf0126@gmail.com>Vincent Lin2022-07-111-0/+1
* update deprecate dependency•••Signed-off-by: vincentgoat <linguohui1@huawei.com> vincentgoat2022-06-281-16/+19
* optimize prepare certs function•••Signed-off-by: vincentgoat <linguohui1@huawei.com> vincentgoat2022-04-011-45/+16
* replace deprecated package io/ioutil with packages io and os•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952021-12-111-2/+2
* avoid print goroutine stack trace when component start failed•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952021-10-291-2/+2
* perf: cloudcore ecertificate application restful api supports certificate usages•••The certificate usages signed by the current cloudcore certificate application restful api are all x509.ExtKeyUsageClientAuth. By adding the certificate usage parameter, the client(such as edgemesh-server and edgemesh-agent) are allowed to apply for different usages of certificates. Signed-off-by: khalid-jobs <qinkai1994@qq.com> khalid-jobs2021-09-281-4/+16
* replace vendor github.com/dgrijalva/jwt-go with github.com/golang-jwt/jwt•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952021-09-241-1/+1
* unified namespace reference•••Signed-off-by: zc <zc2638@qq.com> zc2021-09-051-5/+4
* using http methods defined in net/http to replace string literals•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952021-07-241-2/+2
* cloudhub: fix signEdgeCert•••Signed-off-by: zc <ce.zheng@daocloud.io> zc2021-06-291-0/+3
* negotiate tunnel port for multi cloudcore instaces•••Signed-off-by: fisherxu <xufei40@huawei.com> fisherxu2021-05-311-28/+5
* modify some codes in cloudhub•••Signed-off-by: gy95 <guoyao17@huawei.com> gy952021-05-131-1/+1
* use CertificateBlockType constants for cloud and edge•••Signed-off-by: TianTianBigWang <zilong.wang@daocloud.io> TianTianBigWang2021-03-241-7/+3
* optimize code and log, fix an error of verifyAuthorization•••Signed-off-by: TianTianBigWang <zilong.wang@daocloud.io> TianTianBigWang2021-03-231-13/+8
* upgrade klog@0.4.0 to klog/v2@2.2.0GsssC2020-11-201-1/+1
* cloudhub: fix /readyz panic•••cloudhub api /readyz always panic if set leaderelection.LeaderElect to false. LIYUNFAN2020-11-061-0/+7
* Fix gosimple issue•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> Xiang Dai2020-09-291-7/+7
* Lint: fix errcheck issue•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> Xiang Dai2020-09-081-11/+31
* make lint work in Mac and fix lint issuesYin Ding2020-07-301-7/+7
* Merge pull request #1838 from XJangel/rotation•••Support edge certificate rotationKubeEdge Bot2020-07-171-15/+57
|\
| * add cert rotationXujiejie2020-07-161-15/+57
* | fix use certificate from local directory problemthreestoneliu2020-07-131-1/+1
|/
* Merge pull request #1663 from Poor12/master•••Expose electionChecker to a http serverv1.4.0-alpha.0KubeEdge Bot2020-05-281-0/+13
|\
| * expose checkerPoor122020-05-281-0/+13
* | Merge pull request #1638 from daixiang0/lint•••cleanup all lint issueKubeEdge Bot2020-05-221-2/+1
|\ \
| * | enable whitelint check•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> Xiang Dai2020-05-211-1/+0
| * | cleanup all lint issue•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> Xiang Dai2020-05-211-1/+1
* | | Improve certsfunctionLiangshuang2020-05-211-9/+17
|/ /
* / log errors in function NewCloudCoreCertDERandKeyLiangshuang2020-05-081-4/+8
|/
* fix ci errorfisherxu2020-05-011-1/+1
* fix bug for set empty certsfisherxu2020-05-011-8/+8
* fix bugsLiangshuang2020-05-011-2/+17
* fix create secret failedfisherxu2020-05-011-4/+19
* support specify and don't specify certs when cloudcore startfisherxu2020-05-011-13/+29
* don't save config to filefisherxu2020-05-011-49/+6
* Adjust the priority of the place where the certificate is obtainedLiangshuang2020-05-011-62/+122
* Initial implementation of certificate issuance serverLiangshuang2020-05-011-7/+124
* init certs serverfisherxu2020-05-011-0/+84