Skip to content

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

Description

@wyrzykow

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.

Metadata

Metadata

Assignees

Labels

UserIssue Raised by a user

Type

No type

Projects

Status
Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions