This repository has been archived by the owner on Apr 2, 2024. It is now read-only.
Releases: AMRC-FactoryPlus/acs-auth
Releases · AMRC-FactoryPlus/acs-auth
Allow reflexive permission grants
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
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
What's Changed
- Make authn endpoint respond on all methods by @AlexGodbehere in #7
New Contributors
- @AlexGodbehere made their first contribution in #7
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Update package.json version by @github-actions in #1
- Add an OpenAPI spec for the auth service. by @amrc-benmorrow in #2
- Minor Formatting Corrections OpenAPI Spec by @grigals in #3
- Set X-Auth header for Grafana. by @amrc-benmorrow in #5
- Make it easier to look up principals by @amrc-benmorrow in #4
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
What's Changed
- Update package.json version by @github-actions in #1
- Add an OpenAPI spec for the auth service. by @amrc-benmorrow in #2
- Minor Formatting Corrections OpenAPI Spec by @grigals in #3
- Set X-Auth header for Grafana. by @amrc-benmorrow in #5
- Make it easier to look up principals by @amrc-benmorrow in #4
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
Fix pipeline