-
I am trying to generate an nanotdf via the cli but am getting the following error.
```
{"time":"2024-06-10T11:38:47.508565787Z","level":"ERROR","msg":"CryptoProvider.ECPublicKey failed","err":"no…
-
Reduce chatter when decrypting a high count of nanotdfs
![image](https://github.com/opentdf/platform/assets/43211074/f9811e02-2a88-4edd-a98e-05e5aad20e88)
-
Authz policy is missing Authorization endpoint
https://github.com/opentdf/platform/blob/81506237e2e640af34df8c745b71c3f20358d5a4/service/internal/auth/casbin.go#L44-L93
-
There init-temp-keys.sh needs to be in Unix like commandline. Gitbash seems to work for this if you set the environment variable "export MSYS_NO_PATHCONV=1". Also need to set " CGO_ENABLED=1" in windo…
-
- Update example-opentdf.yaml to hold generic OIDC settings
- Update KAS to read settings https://github.com/opentdf/platform/blob/6c8fbeea1bbee1ad39350a6bec942835def366fe/services/kas/kas.go#L20
- …
-
### Background
There is an eventual need to support platform federation, and therefore a preventative need to ensure the OpenTDF platform is not reliant on UUIDs for service to service correspondence…
-
### What is your question?
ERROR: Error loading conanfile at '/home/opentdf/client-cpp/src/conanfile.py': Unable to load conanfile in /home/opentdf/client-cpp/src/conanfile.py
File "", line 883,…
-
Today a policy enforcement point is required to pass in at least 1 key access server even with the introduction of attribute based key splitting. A pep should not have to do this and a platform admini…
-
As we continue developing new features and enhancements to the platform, OpenTDF contributors would benefit from a rollup newsletter helping them to keep up with the changes.
In alignment is our de…
-
We need to create a headless service to help with grpc load balancing. This is because grpc runs over http/2 and can have multiple requests share the same tcp connection.