[REQUIREMENT][GO service]Support to access API with LDAP authority.
@Xiaochao8 is already working on this.
Since Jun 19, 2023.
- Dominant language
- Java
- Stars
- 72
- Forks
- 69
- Avg merge
- 23h 32m
- Merged PRs (30d)
- 4
Description
Is your feature request related to a problem? Please describe.
Support to access API with LDAP authority. Java service has such feature, it should be implemented in Go service as well.
Describe the solution you'd like
Support to access API with LDAP authority. User want to bundle LDAP authority and product in each API request.
This feature is optional and configurable and have below items in config file:
#authority config
vipservice.authority.enable=false
#the time unit is minute
vipservice.authority.token.expiretime=525600
#the jwt secret
vipservice.authority.jwt.secret=#
#ldap server url
vipservice.authority.ldap.server.url=###
#ldap domain
vipservice.authority.ldap.tdomain=#######
#ldap searchbase
vipservice.authority.ldap.searchbase=###
Describe alternatives you've considered
A clear and concise description of any alternative solution or feature you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.