| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #5330 from ZhengXinwei-F/task-manager••• Implement task manager to complete cloud edge task execution | KubeEdge Bot | 2024-01-17 | 1 | -0/+1 |
| |\ | |||||
| | * | notify the task manager of the task status•••Signed-off-by: zhengxinwei <zhengxinwei@huawei.com> | zhengxinwei | 2024-01-16 | 1 | -0/+1 |
| * | | change the edgecert subject•••Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com> | Shelley-BaoYue | 2023-12-15 | 1 | -8/+23 |
| |/ | |||||
| * | feat: cloudhub support rsa certs•••Signed-off-by: wuxuesong <xuesongwu@yunify.com> | wuxuesong | 2023-01-13 | 1 | -2/+6 |
| * | support operations: upgrade edge node from cloud•••Signed-off-by: gy95 <guoyao17@huawei.com> | gy95 | 2022-09-22 | 1 | -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 Lin | 2022-07-11 | 1 | -0/+1 |
| * | update deprecate dependency•••Signed-off-by: vincentgoat <linguohui1@huawei.com> | vincentgoat | 2022-06-28 | 1 | -16/+19 |
| * | optimize prepare certs function•••Signed-off-by: vincentgoat <linguohui1@huawei.com> | vincentgoat | 2022-04-01 | 1 | -45/+16 |
| * | replace deprecated package io/ioutil with packages io and os•••Signed-off-by: gy95 <guoyao17@huawei.com> | gy95 | 2021-12-11 | 1 | -2/+2 |
| * | avoid print goroutine stack trace when component start failed•••Signed-off-by: gy95 <guoyao17@huawei.com> | gy95 | 2021-10-29 | 1 | -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-jobs | 2021-09-28 | 1 | -4/+16 |
| * | replace vendor github.com/dgrijalva/jwt-go with github.com/golang-jwt/jwt•••Signed-off-by: gy95 <guoyao17@huawei.com> | gy95 | 2021-09-24 | 1 | -1/+1 |
| * | unified namespace reference•••Signed-off-by: zc <zc2638@qq.com> | zc | 2021-09-05 | 1 | -5/+4 |
| * | using http methods defined in net/http to replace string literals•••Signed-off-by: gy95 <guoyao17@huawei.com> | gy95 | 2021-07-24 | 1 | -2/+2 |
| * | cloudhub: fix signEdgeCert•••Signed-off-by: zc <ce.zheng@daocloud.io> | zc | 2021-06-29 | 1 | -0/+3 |
| * | negotiate tunnel port for multi cloudcore instaces•••Signed-off-by: fisherxu <xufei40@huawei.com> | fisherxu | 2021-05-31 | 1 | -28/+5 |
| * | modify some codes in cloudhub•••Signed-off-by: gy95 <guoyao17@huawei.com> | gy95 | 2021-05-13 | 1 | -1/+1 |
| * | use CertificateBlockType constants for cloud and edge•••Signed-off-by: TianTianBigWang <zilong.wang@daocloud.io> | TianTianBigWang | 2021-03-24 | 1 | -7/+3 |
| * | optimize code and log, fix an error of verifyAuthorization•••Signed-off-by: TianTianBigWang <zilong.wang@daocloud.io> | TianTianBigWang | 2021-03-23 | 1 | -13/+8 |
| * | upgrade klog@0.4.0 to klog/v2@2.2.0 | GsssC | 2020-11-20 | 1 | -1/+1 |
| * | cloudhub: fix /readyz panic•••cloudhub api /readyz always panic if set leaderelection.LeaderElect to false. | LIYUNFAN | 2020-11-06 | 1 | -0/+7 |
| * | Fix gosimple issue•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> | Xiang Dai | 2020-09-29 | 1 | -7/+7 |
| * | Lint: fix errcheck issue•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> | Xiang Dai | 2020-09-08 | 1 | -11/+31 |
| * | make lint work in Mac and fix lint issues | Yin Ding | 2020-07-30 | 1 | -7/+7 |
| * | Merge pull request #1838 from XJangel/rotation•••Support edge certificate rotation | KubeEdge Bot | 2020-07-17 | 1 | -15/+57 |
| |\ | |||||
| | * | add cert rotation | Xujiejie | 2020-07-16 | 1 | -15/+57 |
| * | | fix use certificate from local directory problem | threestoneliu | 2020-07-13 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #1663 from Poor12/master•••Expose electionChecker to a http serverv1.4.0-alpha.0 | KubeEdge Bot | 2020-05-28 | 1 | -0/+13 |
| |\ | |||||
| | * | expose checker | Poor12 | 2020-05-28 | 1 | -0/+13 |
| * | | Merge pull request #1638 from daixiang0/lint•••cleanup all lint issue | KubeEdge Bot | 2020-05-22 | 1 | -2/+1 |
| |\ \ | |||||
| | * | | enable whitelint check•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> | Xiang Dai | 2020-05-21 | 1 | -1/+0 |
| | * | | cleanup all lint issue•••Signed-off-by: Xiang Dai <long0dai@foxmail.com> | Xiang Dai | 2020-05-21 | 1 | -1/+1 |
| * | | | Improve certsfunction | Liangshuang | 2020-05-21 | 1 | -9/+17 |
| |/ / | |||||
| * / | log errors in function NewCloudCoreCertDERandKey | Liangshuang | 2020-05-08 | 1 | -4/+8 |
| |/ | |||||
| * | fix ci error | fisherxu | 2020-05-01 | 1 | -1/+1 |
| * | fix bug for set empty certs | fisherxu | 2020-05-01 | 1 | -8/+8 |
| * | fix bugs | Liangshuang | 2020-05-01 | 1 | -2/+17 |
| * | fix create secret failed | fisherxu | 2020-05-01 | 1 | -4/+19 |
| * | support specify and don't specify certs when cloudcore start | fisherxu | 2020-05-01 | 1 | -13/+29 |
| * | don't save config to file | fisherxu | 2020-05-01 | 1 | -49/+6 |
| * | Adjust the priority of the place where the certificate is obtained | Liangshuang | 2020-05-01 | 1 | -62/+122 |
| * | Initial implementation of certificate issuance server | Liangshuang | 2020-05-01 | 1 | -7/+124 |
| * | init certs server | fisherxu | 2020-05-01 | 1 | -0/+84 |
