Plugins vendoring backport#40793
Merged
Merged
Conversation
|
@hugoShaka - this PR will require admin approval to merge due to its size. Consider breaking it up into a series smaller changes. |
Contributor
|
The PR changelog entry failed validation: Changelog entry not found in the PR body. Please add a "no-changelog" label to the PR, or changelog lines starting with |
r0mant
approved these changes
Apr 22, 2024
Collaborator
r0mant
left a comment
There was a problem hiding this comment.
I reviewed every single line of this PR.
tigrato
approved these changes
Apr 22, 2024
marcoandredinis
approved these changes
Apr 23, 2024
* copy terraform provider * Make dependecy checker happy + use go 1.22 * Run terraform tests in the CI, add Makefile target * go mod tidy
* Migrate ServiceNow access plugin tests * lint
* Migrate jira access plugin tests * grant the access_request.update permission * lint * license
* Vendor event-forwarder plugin * fix tests + add Makefile + CI * lint * Fix broken test * use a separate go.mod * ignore event-handler in flaky tests + update go.mod * go mod tidy
* fix broken path filtering in workflow * go mod tidy
* Make AuthHelper support enterprise * Split access OSS and Enterprise tets suites * fix slack tests * fix race in accesslist reminder tests * fixup! fix race in accesslist reminder tests
* Skip flaky access plugin tests * fixup! Skip flaky access plugin tests
* Lint Terraform and Event-Handler * lint terraform * add Makefile lint targets for TF and event-handler * address feedback * Update integrations/event-handler/Makefile Co-authored-by: Alan Parra <alan.parra@goteleport.com> --------- Co-authored-by: Alan Parra <alan.parra@goteleport.com>
* Split TF oss and TF ent tests * Add makefile target + use eintegration * update go mod
* vendor plugin charts * add tests and version update
f6b40af to
6c6f79f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR backports to v15 everything I worked on recently when migrating the teleport-plugins content in the main teleport repo.