vmware / vmware/singleton

[REQUIREMENT][GO service]Support to access API with LDAP authority.

Open
#2,387 0 comments 0 reactions 1 assignee View on GitHub

@Xiaochao8 is already working on this.

Since Jun 19, 2023.

area/go-service kind/feature
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.