Skip to content

Support required for ACS service development.

Compare
Choose a tag to compare
@amrc-benmorrow amrc-benmorrow released this 28 Jun 10:39
· 71 commits to main since this release
6eaaff1

New features

  • Provide a basic Sparkplug Node implementation.

Service interface methods

  • ConfigDB: search for configs, patch configs, create and delete objects.
  • Auth: fetch identities for a principal, create principals, edit ACEs, edit groups.
  • Directory: register a service provider.

Web API

  • Allow public paths that don't require authentication.
  • Only set Cache-Control on GET requests.

General changes

  • ServiceClient will accept an environment reference and pull options from there.
  • Debug will allow all-but-these logging.
  • Throw exception objects rather than string exceptions.