Skip to content

Commit

Permalink
Remove beta tags from AuthZ (GEA-13602)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenany committed May 14, 2024
1 parent 3407e1e commit af2e15b
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Removed

- Beta tags from AuthZ.

## [3.8.0] - 2024-05-10

Note that Sanitize and Secure Share did not make it into this release.
Expand Down
11 changes: 11 additions & 0 deletions go.work.sum
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
github.com/fatih/color v1.13.0/go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk=
github.com/fatih/color v1.16.0/go.mod h1:fL2Sau1YI5c0pdGEVCbKQbLXB6edEj1ZgiY4NijnWvE=
github.com/hashicorp/go-hclog v1.6.3/go.mod h1:W4Qnvbt70Wk/zYJryRzDRU/4r0kIg0PVHBcfoyhpF5M=
github.com/mattn/go-colorable v0.1.9/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc=
github.com/mattn/go-isatty v0.0.12/go.mod h1:cbi8OIDigv2wuxKPP5vlRcQ1OAZbq2CE4Kysco4FUpU=
github.com/stretchr/objx v0.5.2/go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/8L+MA=
github.com/stretchr/testify v1.7.2/go.mod h1:R6va5+xMeoiuVRoj+gSkQ7d3FALtqAAGI1FQKckRals=
golang.org/x/crypto v0.21.0/go.mod h1:0BP7YvVV9gBbVKyeTG0Gyn+gZm94bibOW5BjDEYAOMs=
golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg=
golang.org/x/net v0.21.0/go.mod h1:bIjVDfnllIU7BJ2DNgfnXvpSvtn8VRwhlsaeUTyUS44=
golang.org/x/sys v0.0.0-20200116001909-b77594299b42/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.18.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/term v0.15.0/go.mod h1:BDl952bC7+uMoWR75FIrCDx79TPU9oHkTZ9yRbYOrX0=
golang.org/x/term v0.17.0/go.mod h1:lLRBjIVuehSbZlaOtGMbcMncT+aqLLLmKrsjNrUguwk=
golang.org/x/term v0.18.0/go.mod h1:ILwASektA3OnRv7amZ1xhE/KTR+u50pbXfZ03+6Nx58=
golang.org/x/term v0.19.0/go.mod h1:2CuTdWZ7KHSQwUzKva0cbMg6q2DMI3Mmxp+gKJbskEk=
golang.org/x/term v0.20.0/go.mod h1:8UkIAJTvZgivsXaD6/pH6U9ecQzZ45awqEOzuCvwpFY=
golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
golang.org/x/text v0.15.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
12 changes: 6 additions & 6 deletions pangea-sdk/v3/service/authz/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ type TupleCreateRequest struct {
type TupleCreateResult struct {
}

// @summary Write tuples (Beta).
// @summary Write tuples.
//
// @description Write tuples. The request will fail if tuples do not validate against the schema defined resource types.
//
Expand Down Expand Up @@ -141,7 +141,7 @@ type TupleListResult struct {
Count int `json:"count"`
}

// @summary Get tuples (Beta).
// @summary Get tuples.
//
// @description Return a paginated list of filtered tuples. The filter is given in terms of a tuple. Fill out the fields that you want to filter. If the filter is empty it will return all the tuples.
//
Expand Down Expand Up @@ -169,7 +169,7 @@ type TupleDeleteRequest struct {
type TupleDeleteResult struct {
}

// @summary Delete tuples (Beta).
// @summary Delete tuples.
//
// @description Delete tuples.
//
Expand Down Expand Up @@ -224,7 +224,7 @@ type CheckResult struct {
Debug *Debug `json:"debug,omitempty"`
}

// @summary Perform a check request (Beta).
// @summary Perform a check request.
//
// @description Check if a subject has permission to do action on the resource.
//
Expand Down Expand Up @@ -260,7 +260,7 @@ type ListResourcesResult struct {
IDs []string `json:"ids"`
}

// @summary List resources (Beta).
// @summary List resources.
//
// @description Given a type, action, and subject, list all the resources in the type that the subject has permission to the action with.
//
Expand Down Expand Up @@ -291,7 +291,7 @@ type ListSubjectsResult struct {
Subjects []Subject `json:"subjects"`
}

// @summary List subjects (Beta).
// @summary List subjects.
//
// @description Given a resource and an action, return the list of subjects who have the given action to the given resource.
//
Expand Down

0 comments on commit af2e15b

Please sign in to comment.