kaizendorks/nexus-go-client

Create SecurityManagementRealms API client

Open

#13 opened on May 29, 2020

 (0 comments) (0 reactions) (0 assignees)Go (2 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (1 star)
PR merge metrics
 (PR metrics pending)

Description

Add the following functions and corresponding tests:

  • List the active realm IDs in order: GET ​/beta​/security​/realms​/active
  • Set the active security realms in the order they should be used: PUT ​/beta​/security​/realms​/active
  • List the available realms: GET /beta​/security​/realms​/available

Contributor guide