Skip to content

v0.0.5

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Apr 08:22
· 30 commits to main since this release
a2e343f

Another test release with improvements coming from the internal review. Most notably (from #6):

  • admins can request access on behalf of others
  • it is now possible to allow multiple groups to always have access
  • log rejected attempts
  • remove expired grants in the background

Changelog

  • b9e11f1 Add missing AuditExec calls for rejected execs
  • 467b209 Allow admins to create access requests on behalf of users
  • 3d77d75 Check if examples/* Docker images can build in CI
  • 5d3430d Delete unused and expired objects in the background
  • 247586f Extend scripts/create user to be used outside the example setup
  • 029e46b Fix and speed up docker builds
  • 72edec4 Merge pull request #6 from spreadshirt/improvements-from-internal-review
  • a2e343f Merge pull request #7 from spreadshirt/build-kubectl-access
  • 30196fc Refactor "is always allowed" check to its own function
  • b2334b0 Regenerate local dev certs and make them valid for a year
  • 135496f Release kubectl-access binaries using goreleaser
  • 0818225 Replace custom keyValuesValue with builtin StringToString variant
  • 7950e68 Support allowing multiple groups to always have access