Skip to main content

A Django application for developing BK-PaaS add-on services.

Project description

Paas Service

蓝鲸 PaaS 平台增强服务框架

版本历史

详见 CHANGES.md

使用指南

  1. 更新 settings:
INSTALLED_APPS = [
    ...
    'paas_service',
    ...
]

MIDDLEWARE = [
    ...
    'paas_service.auth.middleware.VerifiedClientMiddleware',
    ...
]

# 数据库敏感字段加密 Key
BKKRILL_ENCRYPT_SECRET_KEY = base64.b64encode(b'\x01' * 32)

# 与 PaaS 平台通信的 JWT 信息
PAAS_SERVICE_JWT_CLIENTS = [
    {
        "iss": "paas-v3",
        "key": "123..........",
        "algorithm": "HS256",
    },
]

# 增强服务供应商类
PAAS_SERVICE_PROVIDER_CLS = "svc_xxx.vendor.provider.Provider"
# 增强服务实例信息渲染函数
PAAS_SERVICE_SVC_INSTANCE_RENDER_FUNC = "svc_xxx.vendor.render.render_instance_data"

# 设置语言,注意:目前国际化只支持: 简体中文 和 English
LANGUAGE_CODE = 'zh-cn'

LANGUAGES = [("zh-cn", "简体中文"), ("en", "English")]
  1. 单元测试

首先,安装 pytest、pytest-django。

然后执行 make test 运行所有单元测试。

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

paas_service-2.0.1.tar.gz (20.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

paas_service-2.0.1-py3-none-any.whl (42.0 kB view details)

Uploaded Python 3

File details

Details for the file paas_service-2.0.1.tar.gz.

File metadata

  • Download URL: paas_service-2.0.1.tar.gz
  • Upload date:
  • Size: 20.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.11.10

File hashes

Hashes for paas_service-2.0.1.tar.gz
Algorithm Hash digest
SHA256 1d68dd06e53293689f3bd612d20174392d7b03937ffdf6881991d35caef16852
MD5 27b44f3c6658ab12380daf2eadd8d8f6
BLAKE2b-256 209de583b534616668537022997f9862bd6b8dc89408b77d8d727d20b5e76b50

See more details on using hashes here.

File details

Details for the file paas_service-2.0.1-py3-none-any.whl.

File metadata

  • Download URL: paas_service-2.0.1-py3-none-any.whl
  • Upload date:
  • Size: 42.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.11.10

File hashes

Hashes for paas_service-2.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 ab6d2584d3bc3ac21c3453fa0660b5c8e1d955860429c0c3d0adeec5b802f0c7
MD5 46368ae78ac1315833a3906a5ed00335
BLAKE2b-256 ebd6e4dcc402e1db6fe1bf0c44b0f287a422275f308dd46221c6d47d56f9ee20

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page