Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

INT-7818 - Add personal access token support #181

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

chrichts
Copy link

@chrichts chrichts commented Apr 11, 2023

Description

Issue ID: https://jupiterone.atlassian.net/browse/INT-7818

Summary

Added support for personal access tokens for Jira On-Prem. This was work done to support a client who was having issues with username+password for basic auth.

Type of change

Please leave any irrelevant options unchecked.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to
    not work as expected)
  • This change requires a documentation update

Checklist

General Development Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Integration Development Checklist:

Please leave any irrelevant options unchecked.

  • I have checked for additional permissions required to call any new API
    endpoints, and have documented any additional permissions in
    jupiterone.md, where necessary.
  • My changes properly paginate the target service provider's API
  • My changes properly handle rate limiting of the target service provider's
    API
  • My new integration step is instrumented to execute in the correct order
    using dependsOn
  • I have referred to the
    JupiterOne data model
    to ensure that any new entities/relationships, and relevant properties,
    match the recommended model for this class of data
  • I have updated the CHANGELOG.md file to describe my changes
  • When changes include modifications to existing graph data ingestion, I've
    reviewed all existing managed questions referencing the entities,
    relationships, and their property names, to ensure those questions still
    function with my changes.

@chrichts chrichts requested a review from a team as a code owner April 11, 2023 10:44
@chrichts chrichts changed the title Add personal access token support INT-7818 - Add personal access token support Apr 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants