Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

支持使用Token方式访问K8S #107

Merged

Conversation

sampsonye
Copy link
Collaborator

Which changes (Bug/Feature):

Fixes #76
image

Special notes for reviewers:

1. 配置页面可以配置基于Service Account Token的K8S配置
2. 所有K8S配置均从数据库获取,本地文件获取配置方式废弃
3. 优化migration的初始化模式,由原来的从models.init初始化修改为从main中引入,migrations.init自行初始化

@sampsonye sampsonye changed the title Feature for k8s token 支持使用Token方式访问K8S Mar 27, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #107 (91ee038) into v1.5.0-feat-app-refactor (b6e82f2) will not change coverage.
The diff coverage is n/a.

@@                   Coverage Diff                    @@
##           v1.5.0-feat-app-refactor    #107   +/-   ##
========================================================
  Coverage                      4.67%   4.67%           
========================================================
  Files                            10      10           
  Lines                          1454    1454           
========================================================
  Hits                             68      68           
  Misses                         1384    1384           
  Partials                          2       2           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b6e82f2...91ee038. Read the comment docs.

Copy link
Member

@colynn colynn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

建议k8s的服务集成支持url+token
3 participants