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

[eks/argocd] Added ArgoCD notification configuration #851

Merged
merged 21 commits into from Sep 4, 2023
Merged

Conversation

goruha
Copy link
Member

@goruha goruha commented Aug 31, 2023

what

  • ArgoCD Github webhook integration
  • ArgoCD Github Notification configuration
  • Cleanup trunk configurations

why

  • Bugfix and improvements for ArgoCD sync mode

@goruha goruha requested review from a team as code owners August 31, 2023 22:20
modules/argocd-repo/ssm.tf Outdated Show resolved Hide resolved
modules/argocd-repo/ssm.tf Outdated Show resolved Hide resolved
modules/eks/argocd/main.tf Outdated Show resolved Hide resolved
@@ -1,4 +0,0 @@
output "metadata" {
Copy link
Member

Choose a reason for hiding this comment

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

why removing the outputs?
metadata is OK to output

Copy link
Member Author

Choose a reason for hiding this comment

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

Metadata outputs helm values - it is hard to read and can expose secrets

}

provider "github" {
base_url = local.github_webhook_enabled ? var.github_base_url : null
Copy link
Member

Choose a reason for hiding this comment

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

will it work when enabled = false?
(we need to support enabled = false)

Copy link
Member Author

Choose a reason for hiding this comment

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

enabled used in local.github_webhook_enabled

Copy link
Member

@aknysh aknysh left a comment

Choose a reason for hiding this comment

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

please see comments

goruha and others added 9 commits September 1, 2023 21:21
Co-authored-by: Andriy Knysh <aknysh@users.noreply.github.com>
Co-authored-by: Andriy Knysh <aknysh@users.noreply.github.com>
Co-authored-by: Andriy Knysh <aknysh@users.noreply.github.com>
…aws-components into argocd-improvments

* 'argocd-improvments' of github.com:cloudposse/terraform-aws-components:
  pre-commit fixes
cloudpossebot and others added 4 commits September 1, 2023 19:21
…aws-components into argocd-improvments

* 'argocd-improvments' of github.com:cloudposse/terraform-aws-components:
  pre-commit fixes
  feat: spacelift/worker-pool can fully name and re-use iam role (#849)
@goruha goruha requested review from aknysh and milldr September 4, 2023 10:18
@goruha goruha merged commit af18c2d into main Sep 4, 2023
4 checks passed
@goruha goruha deleted the argocd-improvments branch September 4, 2023 16:09
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.

None yet

4 participants