Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Releases: AMRC-FactoryPlus/acs-auth

Allow reflexive permission grants

11 Jan 12:37
62369a1
Compare
Choose a tag to compare

Create a special UUID which can be used in the target of an ACE to signify the permission is granted on the principal requesting access. This allows for Node principals to be granted permission to publish to their own address, for instance.

The expansion to an explicit target is performed by the Auth service on behalf of consuming clients, for compatibility.

Test cosign

11 Jan 12:33
62369a1
Compare
Choose a tag to compare
Test cosign Pre-release
Pre-release
Fix cosign errors on build (#17)

* Remove the update-version step, it's never used.
* Perform builds for all releases, I want this to run on dev releases.
* Update the cosign code.

v1.2.0

05 Jul 14:39
ca468a6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

05 Jul 13:22
6e0453b
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @github-actions made their first contribution in #1
  • @amrc-benmorrow made their first contribution in #2
  • @grigals made their first contribution in #3

Full Changelog: v1.0.0...v1.1.0

v1.1.0-alpha.1

05 Jul 13:06
6e0453b
Compare
Choose a tag to compare
v1.1.0-alpha.1 Pre-release
Pre-release

What's Changed

New Contributors

  • @github-actions made their first contribution in #1
  • @amrc-benmorrow made their first contribution in #2
  • @grigals made their first contribution in #3

Full Changelog: v1.0.0...v1.1.0-alpha.1

v1.0.0

30 Mar 11:17
Compare
Choose a tag to compare
Fix pipeline