-
the same 'bad request' error text appears in multiple error paths, making it more difficult to diagnose this sort of thing. It would be better if there were unique responses to the different conditio…
-
### Background
Resource mapping groups have been implemented to support better organization of resource mappings. To reduce the complexity of the model we are making two breaking changes:
1. Res…
-
We are removing the related issue check from PRs
-
Useful for CI integration tests as well as documenting the SDK and examining ideas about how to design the API iteself
-
When creating a new attribute I expected the ability to pass in the namespace by name but get the following error.
go run main.go --insecure --log-level debug --host https://nightly.platform.io po…
-
We need to revive the old vulnerability testing that was originally implemented. This time we should be running scans against our http and grpc endpoints looking for any potential holes.
Also with…
-
https://github.com/orgs/community/discussions/66741
We should update our GHA to allow PR issue relation without closing association via `fixes/closes/resolves` to promote small, tracked PRs with a …
-
Ex: client opentdf is entitled with https://example.com/attr/cards/value/queen
A getEntitlements request with with_comprehensive_hierarchy=true and scope.attribute_value_fqns=["https://example.com/…
-
With an authenticated SDK in a Go service, I am able to successfully encrypt a TDF3 with the following:
```go
attrValues := []string{"https://namespace.com/attr/attr1/value/value1"}
sdk.CreateT…
-
### Background
#234 recently added e2e test infrastructure to run a suite in CI with [bats](https://bats-core.readthedocs.io/en/stable/writing-tests.html) against a running platform instance.
There …