Replies: 1 comment
-
This is a very good proposal and we will develop asap (now) We will use json schema to specify that form (like for the helm launcher component) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Features requests
Onyxia currently injects various configurations (such as S3 parameters, Git credentials, etc.) into its services. It would be interesting to customize the user profile injected into Onyxia by adding custom fields based on available variables in Onyxia service.
Specific Use Case
In my case, I would like users input credentials (username and password) for outgoing proxy authentication. These credentials should then be automatically injected into Onyxia services. Importantly, these credentials should only be provided by the user and not through region parameters.
It would be helpful to have a "Proxy" tab in the User Profile section where users can define these credentials.
Generic approach
These fields should be flexible and not limited to a specific use case (e.g., proxy authentication), making them available for any scenario where user-provided information is required. A possible implementation could involve a configurable option to add a tab in the User Profile section, allowing administrators to define a form that maps user inputs to Onyxia variable injections.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions