PolarisMesh
  1. v1.18.x
PolarisMesh
  • PolarisMesh
  • v1.17.x
    • 命名空间
  • v1.18.x
    • 鉴权资源
    • 鉴权策略
    • 命名空间
    • 写操作影响(导入配置文件)
  • 熔断规则
  • 路由规则
  • MatchString
  • 主动探测规则
  • 鉴权策略
  • 用户
  • 用户组
  • 限流规则
  • 配置分组-Read
  • 配置发布历史
  • 配置分组-Write
  • 配置发布
  • 配置发布请求
  • 配置文件
  • 服务契约定义
  • 服务契约接口定义
  • 服务
  • 服务别名
  • 命名空间
  • 泳道规则
  • traffic_match_rule
  • 服务实例分组
  • TrafficEntry
  • 泳道分组
  • 鉴权资源
  • 角色
  • 修改鉴权策略
  • 写操作响应
  • 写操作响应(配置文件)
  • 写操作响应(多配置文件)
  • 写操作响应(配置发布)
  • 写操作响应(命名空间)
  • 写操作响应(服务)
  • 配置文件导出请求
  • 读操作响应
  • 读操作响应(配置导出)
  • 读操作响应(配置发布)
  • 读操作响应(配置文件)
  • 读请求响应(批量配置发布)
  • 读请求响应(批量配置文件)
  • 批量写操作响应
  • 批量写操作响应(命名空间)
  1. v1.18.x

鉴权策略

{
    "action": 0,
    "comment": "string",
    "ctime": "string",
    "default_strategy": true,
    "id": "string",
    "mtime": "string",
    "name": "string",
    "owner": "string",
    "principals": {
        "groups": [
            {
                "id": "string",
                "name": "string"
            }
        ],
        "users": [
            {
                "id": "string",
                "name": "string"
            }
        ]
    },
    "resources": {
        "config_groups": [
            {
                "id": "string",
                "name": "string",
                "namespace": "string"
            }
        ],
        "namespaces": [
            {
                "id": "string",
                "name": "string",
                "namespace": "string"
            }
        ],
        "services": [
            {
                "id": "string",
                "name": "string",
                "namespace": "string"
            }
        ],
        "strategy_id": "string"
    }
}
Built with