Description
Running a basic encrypt/decrypt against a local quickstart platform produces non-blocking warnings that can alarm users:
NetworkError: [https://platform.opentdf.local:8443] [PublicKey] Invalid Platform Configuration: [https://platform.opentdf.local:8443/kas] is missing BaseKey in WellKnownConfiguration
Mismatched wrapping key algorithm: [rsa:2048] is not requested type, [undefined]
Behavior
- Encryption and decryption both succeed despite these warnings
- The warnings appear on every operation, not just the first call
- Tested with
@opentdf/sdk@0.4.0 against the standard quickstart platform (Docker Compose setup)
Expected
Either:
- These conditions should not produce warnings if they're expected/harmless
- Or if they indicate a real misconfiguration, the error messages should explain what the user needs to fix
Impact
Users following the quickstart guides see these warnings and may think something is broken. This is especially problematic for documentation/onboarding since the expected output doesn't mention them.
Found during
JS/TS SDK quickstart documentation testing against the local quickstart platform.
Description
Running a basic encrypt/decrypt against a local quickstart platform produces non-blocking warnings that can alarm users:
Behavior
@opentdf/sdk@0.4.0against the standard quickstart platform (Docker Compose setup)Expected
Either:
Impact
Users following the quickstart guides see these warnings and may think something is broken. This is especially problematic for documentation/onboarding since the expected output doesn't mention them.
Found during
JS/TS SDK quickstart documentation testing against the local quickstart platform.