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

Ability to specify version/branch of Integration #33

Open
ceelias opened this issue Feb 23, 2022 · 0 comments
Open

Ability to specify version/branch of Integration #33

ceelias opened this issue Feb 23, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@ceelias
Copy link
Contributor

ceelias commented Feb 23, 2022

The config.yaml allows you to specify integrations to use and pull down. I think it would be cool to be able to specify specific version or branches of the integration to checkout rather than the current solution which only uses the main branch.

Might look something like this:
version:

  -
    name: graph-jamf
    instanceId: testInstanceId
    directory: ./.integrations/graph-jamf
    gitRemoteUrl: https://github.com/JupiterOne/graph-jamf.git
    version: v2.3.2
    config:
      JAMF_HOST: example-host
      JAMF_USERNAME: example-username
      JAMF_PASSWORD: example-password

branch:

  -
    name: graph-jamf
    instanceId: testInstanceId
    directory: ./.integrations/graph-jamf
    gitRemoteUrl: https://github.com/JupiterOne/graph-jamf.git
    branch: my-friends-branch
    config:
      JAMF_HOST: example-host
      JAMF_USERNAME: example-username
      JAMF_PASSWORD: example-password
@ceelias ceelias added the enhancement New feature or request label Feb 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant