Skip to content

Commit

Permalink
add auth filter
Browse files Browse the repository at this point in the history
  • Loading branch information
chen-zhiyu committed Jan 6, 2023
1 parent 0c772c5 commit 18bb275
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions highflip-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 18bb275

Please sign in to comment.