Skip to content

Commit

Permalink
Use Jira token now that it's supported
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardobranco777 committed Jun 9, 2024
1 parent 6aed739 commit af5628d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions creds-example.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@
"api_key": "REDHAT_BUGZILLA_API_KEY"
},
"jira.suse.com": {
"cookies": {
"seraph.rememberme.cookie": "JIRA_COOKIE",
"JIRASESSIONID": "JIRA_SESSION_ID",
"atlassian.xsrf.token": "JIRA_TOKEN"
}
"token": "JIRA_TOKEN"
},
"progress.opensuse.org": {
"key": "REDMINE_API_KEY"
Expand Down
6 changes: 1 addition & 5 deletions scripts/creds.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@
"github.com": {"login_or_token": os.getenv("BUGME_GITHUB_TOKEN")},
"gitlab.com": {"private_token": os.getenv("GITLAB_API_KEY")},
"jira.suse.com": {
"cookies": {
"seraph.rememberme.cookie": os.getenv("JIRA_COOKIE"),
"JIRASESSIONID": os.getenv("JIRA_SESSION_ID"),
"atlassian.xsrf.token": os.getenv("JIRA_TOKEN"),
},
"token": os.getenv("JIRA_TOKEN"),
},
"progress.opensuse.org": {
"key": os.getenv("REDMINE_API_KEY"),
Expand Down

0 comments on commit af5628d

Please sign in to comment.