Skip to content

Releases: raystack/frontier

v0.2.0-beta1

18 Feb 05:54
Compare
Choose a tag to compare
v0.2.0-beta1 Pre-release
Pre-release

Changelog

  • 7685784 doc: add install instruction (#50)
  • 212643c fear(groups): add api to remove user
  • addcc61 feat(groups): add api to get admins list
  • fffa223 feat(groups): add remove-member and add-member apis
  • a739a45 feat(proxy): add prefix path for backend (#72)
  • cbabf60 feat(relations): add support for namespace in relation table
  • 6090098 feat(users): add api to get groups of a user
  • c30a7a2 feat(users): add role query filter to user groups api
  • d8a2b23 feat: add authz check in middleware (#60)
  • 2763167 feat: add handler for checking authz (#65)
  • 3df0963 feat: add resource owner role (#64)
  • 4bc09d8 feat: list group by org (#74)
  • 15b1eea feat: shield commands for all APIs (#67)
  • e8888a8 fix(bootstrap): add support for role name space in config file (#63)
  • 5f82781 fix(tests): add sorting order to permissions
  • 628918c fix: escape from hook when resp is >= 400 and disable decoding (#68)
  • a6ad8e2 fix: failing test by adding sorting order
  • 15802c7 fix: lint issues
  • 6a2cc7c fix: lint issues
  • e5c38d2 refactor: remove unnecessary statements

v0.2.0-beta

24 Jan 05:36
Compare
Choose a tag to compare
  • release for trying out integrtion with guardian

v0.2.0-rc1

24 Jan 05:52
1d0d2ab
Compare
Choose a tag to compare
v0.2.0-rc1 Pre-release
Pre-release

Changelog

  • 1ab948c feat: add custom header matcher to read proxy header in grpc (#46)
  • b137c7f feat: extract data from nested and repeated proto messages (#43)
  • 1d0d2ab feat: relations and resources crud apis (#44)
  • 1d6fc65 refactor: v1 to v1beta1 (#48)

v0.2.0-rc

24 Jan 05:52
Compare
Choose a tag to compare
v0.2.0-rc Pre-release
Pre-release

Changelog

  • 80d0195 Revert "refactor: split proxy & server starting logic (#36)" (#37)
  • 50a3995 ci: add release github action
  • e4e0d20 ci: update GITHUB TOKEN env
  • aab246d feat: Users api (#27)
  • f18b325 feat: add command to start grpc gw server
  • e4d5b8f feat: add get/update self user apis (#34)
  • 17329b0 feat: add organization apis (#24)
  • fdf1f46 feat: add projects api (#25)
  • 5a009e5 feat: add redis caching for group list api
  • 9269c09 feat: add redis caching for user groups api
  • f8382e7 feat: group api (#26)
  • 8b246bd feat: middleware pipeline for request handling
  • 60b6435 feat: proxy Setup (#32)
  • 4e96e28 feat: reading resources file (#38)
  • 599ffae feat: role api (#28)
  • 0f57be2 feat: schema generator (#31)
  • 73e177a feat: supporting grpc proxy
  • c620a5f feat: use inmemory cache for ruleset (#22)
  • e6081a9 fix: Add missing roles service to handler register (#30)
  • 2f024f6 fix: add make command for proto
  • f8c2d26 fix: add proto files
  • d7b4599 fix: column name in roles db
  • 4fe4a55 fix: conflicting issue in validation proto
  • f7b8dd6 fix: db failure logging
  • 7f1dd41 fix: get org_id from proto
  • 6dc4390 fix: go.sum
  • b2a9fc6 fix: logs for http request
  • 0e66c9a fix: make install to use go mod download instead of tidy
  • 48ac9c4 fix: remove reference to local directory for salt
  • 9d47bc7 fix: update grpc implementations
  • 20eaa92 fix: use buf instead of building proto in repo
  • 7a26146 fix: use error status instead of panic for unimplemented methods
  • 131cad8 fix: use go mod to install dependencies
  • 9c8160d gitignore: ignore
  • 9537cec rebased/feat: add hook extract response data (#41)
  • 718afb3 refactor: split proxy & server starting logic (#36)
  • 31efa33 remove: admin command
  • 3778b3d remove: admin command code
  • 9caaf50 remove: buf config files

Docker images

  • docker pull docker.io/odpf/shield:0.2.0-rc
  • docker pull docker.io/odpf/shield:v0.2.0-rc-amd64

v0.1.5-rc.5

09 Nov 08:42
Compare
Choose a tag to compare
v0.1.5-rc.5 Pre-release
Pre-release

Changelog

  • proxy: add encodeParams to encode parameter variables (98057d2)
  • proxy: put encodeParams inside extraOptions (baa256d)

v0.1.5-rc.4

19 Aug 11:09
v0.1.5-rc.4
34f468c
Compare
Choose a tag to compare

Changelog

  • add redis caching for user groups api (70cefd2)
  • add redis caching for group list api (d53b7d6)

v0.1.5-rc.1

13 Aug 10:09
v0.1.5-rc.1
60d3dc2
Compare
Choose a tag to compare

Changelog

  • add redis caching for user groups api (70cefd2)

v0.1.5-rc.0

13 Aug 06:40
v0.1.5-rc.0
cde7c1a
Compare
Choose a tag to compare

Changelog

  • add redis caching for group list api (d53b7d6)
  • logs for http request (b2a9fc6)

v0.1.5-rc.2

17 Aug 05:59
7f5a483
Compare
Choose a tag to compare

Changelog

  • add redis caching for user groups api (70cefd2)

v0.1.4

09 Aug 10:14
v0.1.4
5aabce5
Compare
Choose a tag to compare

Changelog

  • check for more than 0 role tags for filter (4ae69b1)