-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pass deployment variables to service containers #3565
Comments
36 tasks
Additional information:
|
13 tasks
@pcrespov One more thing. It would be very useful to pass the information about whether the user is a tester or not (e.g. |
(
|
This was referenced May 9, 2023
This was referenced Jun 23, 2023
Merged
SEE example in https://git.speag.com/oSparc/osparc-s4l/-/issues/609 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
USER STORY
USE CASES
User case 1: Image Labels
Use case 2: Creation
cap_sys
for debugging in vivo)Use case 3: @colinRawlings
Taken from #3921 (comment)
This would be very helpful for crash reporting in
s4l:web
. In this use case we have a set of services:s4l-core
(the backend)rt-web
(the frontend)sym-server
(the symbol server)The
sym-server
holds the "sensitive" (in the sense that it indirectly exposes the source code) symbol database. When a crash occurss4l-core
'smonitor
applicationPOST
the binary.dmp
file for analysis using the symbol database. Following analysis the callstack and metadata should be placed in an AWS SQS queue for later ingestion by the gitlab issue tracker. Thesym-server
obtains the details for the AWS queue from (3) environment variables.As a (developer-)user I would like:
A way to inject the "secret" environment variables for the queue into the service (this seems consistent with the
vendor oenvs
). This would avoid me having to add them in the code and allow me to replace all of them everywhere if a set of credentials was comprimised without changing the code or deployed version.A way to learn to augment the meta-data for each crash with the user info, platform info, ... (this seems consistent with the
session oenvs
)Tasks
osparc environments
asosparc variables and secrets
#4443The text was updated successfully, but these errors were encountered: