From 18bb2750001719c388d86fc78ab67d2143619155 Mon Sep 17 00:00:00 2001 From: "chen.zhiyu" Date: Fri, 6 Jan 2023 18:44:30 +0800 Subject: [PATCH] add auth filter --- highflip-server/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/highflip-server/README.md b/highflip-server/README.md index 89c8c21..316b8bb 100644 --- a/highflip-server/README.md +++ b/highflip-server/README.md @@ -27,12 +27,14 @@ docker run -it highflip-server:1.0.0-SNAPSHOT ``` ## 常用配置选项 -|选项名称|类型| 默认值 | 描述 | -|-------|----|--------|------| -|grpc.port|int| 8751 | 服务监听端口 | +|选项名称|类型| 默认值 | 描述 | +|-------|----|------|------| +|grpc.port|int|8751 | 服务监听端口 | +|grpc.security.auth.enabled|boolean|false|是否开启身份验证| |highflip.server.adaptor.path|string| |适配器jar所在路径| |logging.root.level|string| |日志显示等级| + ## 默认的适配器 - PlatformAdaptor: DefaultPlatformAdaptor - AuthenticationAdaptor: ByPassAuthenticationAdaptor