Skip to content
This repository has been archived by the owner on Dec 20, 2022. It is now read-only.

Releases: yahoojapan/garm

v2.1.4: [patch] Use env sa prefix (#76)

20 Jul 07:59
c1bd5c0
Compare
Choose a tag to compare

fix mapping for service account without namespace

old: system:serviceaccount:user => athenz.domain._env_._namespace_.user
new: system:serviceaccount:user => athenz.domain.dev.empty-namespaces.user

# SubjectAccessReview request body
{
  "user": "system:serviceaccount:user",
  "group": [
    "system:serviceaccounts"
  ]
}
# garm-config.yaml
empty_namespace: empty-namespaces
athenz_service_account_prefix: athenz.domain._env_._namespace_.
# garm-extapi.yaml
env: dev

v2.1.3: [patch] prevent crashing from panic (#71)

20 Jul 05:01
ce8494d
Compare
Choose a tag to compare

prevent crashing due to panic: Header called after Handler finished

  1. add recover to capture panic from webhook library
  2. add recover to capture panic from handler in main go routine

v2.1.2: [patch] upgrade dependencies (#73)

12 Jul 05:16
df1103d
Compare
Choose a tag to compare
* update athenz org

* upgrade go.mod

* add scan

[patch] fix error log

28 May 05:20
8a58271
Compare
Choose a tag to compare

[minor] Support authz for kubectl user authn with certificate

28 May 05:20
4f0ef7f
Compare
Choose a tag to compare

v2.0.1

19 Jun 09:40
934f6c9
Compare
Choose a tag to compare
[patch] go1.14 + update README + add go binary version + fix pipeline…

2.0.0: Merge pull request #38 from kyfujisa/multi-domain

10 Jan 06:11
7eb34ee
Compare
Choose a tag to compare
[major] Support authorization using multiple domains.

1.0.9: Merge pull request #37 from yahoojapan/fix_cicd

05 Dec 07:40
969af11
Compare
Choose a tag to compare

1.0.8: Merge pull request #35 from yahoojapan/bugfix_unclosed_error_channel

05 Dec 07:28
32155a0
Compare
Choose a tag to compare
[patch] memory leak bugfix unclosed error channel on http handler

1.0.7: Merge pull request #30 from yahoojapan/update_go_ver

08 Oct 07:55
094c120
Compare
Choose a tag to compare
[patch] update golang version to 1.13