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

feat: Add support for management endpoint #25

Open
wants to merge 3 commits into
base: alpha
Choose a base branch
from

Conversation

skyscrapr
Copy link
Contributor

Problem

Add support for mgmt endpoint:
New resources:

  • api_key
  • project

New datasources:

  • api_key
  • api_keys
  • project
  • projects

Solution

The mgmt endpoint requires a separate client and api key. Therefore two clients are now used by the provider. Each client is configured by a different environment variable to set the respective api_key.

Type of Change

  • 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
  • Infrastructure change (CI configs, etc)
  • Non-code change (docs, etc)
  • None of the above: (explain here)

Test Plan

Test output: TBD. This will require the MGMT api key to be added tot he repo secrets.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant