Skip to content

Releases: Cloud-Foundations/golib

gitdb: add support for ServiceMethods

17 Feb 15:53
4d037ed
Compare
Choose a tag to compare

This release adds support for adding optional ServiceMethods permission lists to GitDB groups.

Fix repowatch to support anonymous repo access

20 Oct 18:38
604f25f
Compare
Choose a tag to compare

Add params object interface in pkg/auth/userinfo/gitdb.
Fix pkg/git/repowatch to support anonymous repo access.
Copy various loggers from Dominator.

Upgrade repowatch Go sdk and fix subsequent pulls from repository.

10 Oct 23:03
b434599
Compare
Choose a tag to compare
Merge pull request #71 from rgooch/upgrade-repowatch-go-sdk

Upgrade repowatch Go sdk and fix subsequent pulls from repository.

Fix repowatch so it can use SSH key files pulled from AWS secrets.

07 Oct 23:50
8e692d4
Compare
Choose a tag to compare
Merge pull request #70 from rgooch/fix-repowatch

pkg/git/repowatch: fix pathname for keys fetched from AWS Secrets Man…

Fix repowatch so it can use SSH key files.

07 Oct 18:39
1b8fedb
Compare
Choose a tag to compare
Merge pull request #69 from rgooch/add-repowatch

Add repowatch

Add repowatch package and Go modules support.

06 Oct 22:34
2c1c237
Compare
Choose a tag to compare
Merge pull request #66 from rgooch/add-repowatch

Add repowatch package and use it in the gitdb package. Initial Go modules setup.

OIDC improvements and AWS STS presigner support packages.

28 Aug 06:02
69ff3a6
Compare
Choose a tag to compare

pkg/auth/oidc: add optional explicit login requirement
pkg/awsutil/presignauth: introduction

OIDC: Add logout page.

04 Oct 19:55
2029198
Compare
Choose a tag to compare

pkg/auth/oidc: add logout support.
oidc-test: add logout link.

Another quick fix for OIDC.

30 Sep 23:52
9b1e24e
Compare
Choose a tag to compare

pkg/auth/oidc: tolerate missing AWS secret.

Quick fix for OIDC.

30 Sep 23:36
7b91dfc
Compare
Choose a tag to compare

pkg/auth/oidc: make metadata optional as intended.