Skip to content
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

Allow for more than one proposal with different user/password #69

Open
wyrzykow opened this issue Dec 9, 2024 · 1 comment
Open

Allow for more than one proposal with different user/password #69

wyrzykow opened this issue Dec 9, 2024 · 1 comment
Assignees
Labels
User Issue Raised by a user

Comments

@wyrzykow
Copy link

wyrzykow commented Dec 9, 2024

Currently it is allowed to define multiple proposal id/name, however only one set for user/password can be provided. It makes thing complex if there is proprietary data, which is not visible to all users.

LT_SETTINGS = {
    'proposalIDs': (('proposal ID1', ''), ('proposal ID2', '')),
    'username': '',
    'password': '',
    'LT_HOST': '',
    'LT_PORT': '',
    'DEBUG': False,
}

I suggest moving the username and password to the parameters of each individual proposal ID.

@github-project-automation github-project-automation bot moved this to Triage in TOM Toolkit Dec 9, 2024
@jchate6 jchate6 added the User Issue Raised by a user label Dec 9, 2024
@jchate6
Copy link
Contributor

jchate6 commented Dec 9, 2024

Looks like a job for our extendable user profile that is currently under development.
Once it's implemented in the demo App, Perhaps the LT Facility should be next.

@jchate6 jchate6 moved this from Triage to Backlog in TOM Toolkit Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
User Issue Raised by a user
Projects
Status: Backlog
Development

No branches or pull requests

3 participants