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-3.0.0.tar.gz (22.1 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-3.0.0-py3-none-any.whl (48.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: paas_service-3.0.0.tar.gz
  • Upload date:
  • Size: 22.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for paas_service-3.0.0.tar.gz
Algorithm Hash digest
SHA256 e8a641b77473d786f786bcf389296f2a4918d4e659dc2cc5cc3d1cb699cea2db
MD5 898c416e90956362b3a9f4a836eb4003
BLAKE2b-256 c446b8ee4458547cb1fe7a495fa9e7a91c94aa68fa561ca77c0cbae126395136

See more details on using hashes here.

File details

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

File metadata

  • Download URL: paas_service-3.0.0-py3-none-any.whl
  • Upload date:
  • Size: 48.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for paas_service-3.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 53fe6c0e3cc0ce405645c09802a2947d4a2bd99d156ca0dba3638ccc2b01515b
MD5 d1149b4f94b46c33b69c06892518ac50
BLAKE2b-256 1915077f7540577c45adc3faf3b9c089731fe7d4dd4ed9355f4dc50bce4d0e83

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