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

Akamai/linode provider #148

Merged
merged 2 commits into from
Nov 8, 2024
Merged

Conversation

guilhem
Copy link
Contributor

@guilhem guilhem commented Nov 7, 2024

This pull request introduces a new Akamai store to the project, updates dependencies, and adds necessary documentation. The most important changes include the implementation of the Akamai store, updates to the go.mod dependencies, and the addition of documentation for the Akamai store.

Akamai Store Implementation:

  • Added a new Akamai store with methods for initializing the client, starting a search, and retrieving kubeconfig for a specific path (pkg/store/kubeconfig_store_akamai.go).
  • Updated the initialize function in switcher.go to handle the new Akamai store type (cmd/switcher/switcher.go).
  • Added the Akamai store type and configuration to types.go (pkg/store/types.go).
  • Included Akamai store kind in the list of valid store kinds and added the corresponding configuration struct in config.go (types/config.go). [1] [2] [3]

Dependency Updates:

  • Updated several dependencies in go.mod to their latest versions, including golang.org/x/tools, golang.org/x/oauth2, and github.com/linode/linodego (go.mod). [1] [2] [3] [4]

Documentation:

  • Added documentation for the Akamai store, including usage instructions and configuration examples (docs/stores/akamai/akamai.md).

@danielfoehrKn
Copy link
Owner

Awesome, thank you very much.

Copy link
Owner

@danielfoehrKn danielfoehrKn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you also add Linode/Akamai to the list of supported stores in the central README.md? Thank you.

pkg/store/kubeconfig_store_akamai.go Outdated Show resolved Hide resolved
@guilhem
Copy link
Contributor Author

guilhem commented Nov 8, 2024

@danielfoehrKn Done :)

@danielfoehrKn danielfoehrKn merged commit e2e379c into danielfoehrKn:master Nov 8, 2024
1 check passed
@guilhem guilhem deleted the akamai branch November 8, 2024 15:13
@guilhem guilhem mentioned this pull request Nov 8, 2024
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.

2 participants