-
We aren't currently exposing the server cors configuration.
https://github.com/opentdf/platform/blob/8193cec8c4d1be2b471fa606b6a24cc1644320e7/service/internal/server/server.go#L78-L87
-
Users might want to extend the platform so they will need the ability to add extra defined services. This requires us to introduce a `extraServices` block on services in the `platform` config.
http…
-
Running the SDK against a deployment OpenTDF Platform to perform NanoTDF Encryption:
```
opentdf-nifi-1 |Caused by: java.lang.ClassCastException: class org.bouncycastle.jcajce.provider.asymmetric.…
-
Feedback came in from the community regarding the documentation in the Readme.
> I'm on a development effort that elected to switch to using OpenTDF for its ABAC needs several months ago. I've been…
-
## Background
The OpenTDF Platform now supports a concept of key splits through platform policy "Grants" or assignments of specific KeyAccessServers (KASs) to Attribute Definitions and Attribute Va…
-
Currently, we support gRPC and RESTful endpoints for rewrap. If a TDF is created with one SDK that uses a gRPC endpoint, the KAS field in TDF is gRPC, then if an SDK that uses RESTful it will fail de…
-
Options:
1. Directly switch to connect-rpc This requires changing all 68 rpc call sites to use connect api, about a dozen registration calls, and four or five interceptors. Also will break our cu…
-
We currently require the FQN in the backend (which are validated) for only `delete` of the object being deleted; `update` and `reactivate` do _not_ require FQNs in the unsafe request. This confirmatio…
-
### Problem
There seems to be an issue with the decrypt logic when using the CLI or Examples in platform. I am currently getting an error message making a request to KAS and that I am unauthenticat…
-
It would be nice to support per component log levels (e.g. like [istio](https://istio.io/latest/docs/ops/diagnostic-tools/component-logging/)) so a user can target debug to specific areas of interest.…