Jim Marino

Results 13 comments of Jim Marino

@rtannenbaum That's correct, it would replace logger. I agree we should support other cloud logging and monitoring options. As a baseline, I think we could start with a simple console...

Hi @gobengo Regarding the base URL, another option would be to create an Angular service that abstracts calculation of the base URL. For example: EnvironmentService#getApiUrl(): string The implementation would use...

Hi @gobengo That's a good idea to add better support for sourcing config from environment variables. Note that the existing YAML implementation does this via ENV_COMMON_SETTINGS_PATH/ENV_API_SETTINGS_PATH/ENV_TRANSFER_SETTINGS_PATH, however, that requires infrastructure...

> Since you're asking, it sounds like that path would add code/abstraction, a small cost to be fair, but I'm not sure what it would gain over the alternative of...

> * Is it possible to use those vars to point to files outside of the jar, e.g. docker-mounted paths? I quickly re-checked the code and it looks like there...

One way to achieve this would be to but secrets behind a local "vault" extension. The Vault would be an interface that is implemented from a runtime extension. The default...

The slides strike me more as a discussion of a particular DSP *implementation*, not a DSP binding to a transport. DSP bindings define how abstract protocol messages map to a...

The statement could be changed to: > How contract agreements that govern data access and data usage are syntactically expressed and electronically negotiated. However, I think we should be clear...

I would stick with “access control” because it is a common term. Jim On Feb 22, 2023 at 11:58:40 AM, Peter Koen ***@***.***> wrote: > should we maybe introduce the...