Skip to content

Releases: choria-io/aaasvc

0.7.0

23 Mar 14:39
0.7.0
a329391
Compare
Choose a tag to compare

Enhancements

  • Support embedding OPA policies and validating using code shared with go-choria
  • Require a signature in signing requests
  • Support protocol version 2 using Organization Issuers

0.6.1

10 Jun 15:18
0.6.1
b12d70e
Compare
Choose a tag to compare

Enhancements

  • Support the new system_user claim

0.6.0

06 Dec 20:28
0.6.0
d0c3575
Compare
Choose a tag to compare

Enhancements

  • Support signing requests via a Choria Service
  • Support new Choria client tokens
  • Support client permissions
  • Support signed requests using ed25519 public keys
  • Remove Okta and NATS Streaming Server support

0.5.0

20 Jul 08:41
0.5.0
719b496
Compare
Choose a tag to compare

Enhancements

  • Move to github.com/golang-jwt/jwt
  • Various build tooling updates to support Podman and use go 1.16 everywhere
  • Support disabling mTLS by not setting a CA #81

0.4.0

30 Mar 16:27
0.4.0
ddbe917
Compare
Choose a tag to compare

Enhancements

  • Go 1.16 and latest swagger dependencies
  • Support setting an ou claim to support future multi tenancy in Choria Broker

Deprecations

  • Drop suppot for EL6 packages due to go 1.16 support

Bug Fixes

  • Bounds check on agents list

0.3.3

16 Jun 09:04
0.3.3
b7fe8b7
Compare
Choose a tag to compare

Enhancements

  • Support certmanager security via dependency update

0.3.1

22 Dec 17:12
cc519f8
Compare
Choose a tag to compare

Bug Fixes

  • Do not cache OPA files read from disk (#62)

0.3.0

22 Dec 16:39
5729fb3
Compare
Choose a tag to compare

Enhancements

  • Allow TLS to be disabled using --disable-tls for use in Kubernetes (#55)
  • Allow users to be set in a separate file that gets hot reloaded (#2)
  • Support NATS JetStream for auditing (#50)
  • Support user properties (#48)
  • Support Open Policy Agent (#42) Blog Post

0.2.0

19 Apr 12:16
214485a
Compare
Choose a tag to compare

Bug Fixes

  • Run as root on el7 as well to be consistent with el6 (#35)

0.1.0

19 Apr 12:10
cde1b1f
Compare
Choose a tag to compare

Enhancements

  • Include the site that produced the audit message in the nats notification (#28)
  • Instead of 0, 1 or 2 use unknown, allow or deny for the action taken in nats notifications (#28)
  • Include a UTC Unix time stamp in the nats notification (#30)