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/opensearch iam role #22

Merged
merged 22 commits into from
Jul 18, 2024
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
c123496
Creating a new module that can be used to create an IAM role for acce…
AidanHilt Feb 26, 2024
8b272c4
I think the first draft is finished
AidanHilt Feb 26, 2024
7554f56
Added some needed changes
AidanHilt Feb 27, 2024
19052cc
Just a bunch of stuff for IRSA
AidanHilt Mar 4, 2024
e4e9814
Syntax
AidanHilt Mar 4, 2024
fc42a54
More syntax
AidanHilt Mar 4, 2024
79517a1
Maybe this will work?
AidanHilt Mar 4, 2024
5665318
Removing everything, let's look at the OG error with a fresh pair of …
AidanHilt Mar 4, 2024
0c4ca59
Beginning to think I don't really understand Terraform
AidanHilt Mar 4, 2024
ef35397
If this is it, I'm going to be embarassed
AidanHilt Mar 4, 2024
cc7c111
I think I'm dumb
AidanHilt Mar 4, 2024
7fc7408
Adding OIDC provider ARN output to commons module
AidanHilt Mar 4, 2024
72abcac
Adding the role and policies to terraform, should be able to start te…
AidanHilt May 23, 2024
60a4626
Ignoring lifecycle changes for buckets
AidanHilt May 23, 2024
b5b768d
Got to ignore the kube_bucket too
AidanHilt May 23, 2024
2132d56
That was embarassing
AidanHilt May 23, 2024
1991fe4
Updating the karpenter Helm chart version
AidanHilt May 28, 2024
454299b
Merge branch 'master' of https://github.com/uc-cdis/gen3-terraform in…
AidanHilt May 28, 2024
4ee968e
Silly syntax error
AidanHilt May 28, 2024
428f5f4
More silly syntax stuff
AidanHilt May 28, 2024
a73e295
We need access the <cluster>/*, not <cluster>
AidanHilt Jun 4, 2024
c3ef239
Merge branch 'master' into feat/opensearch-iam-role
AidanHilt Jul 18, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
If this is it, I'm going to be embarassed
AidanHilt committed Mar 4, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit ef353974072513536e58cbb85ed28fd9eba8459c
2 changes: 1 addition & 1 deletion tf_files/aws/modules/eks/outputs.tf
Original file line number Diff line number Diff line change
@@ -27,5 +27,5 @@ output "cluster_oidc_provider_url" {
}

output "cluster_oidc_provider_arn" {
value = aws_iam_openid_connect_provider.this[0].identity_provider.arn
value = aws_eks_cluster.aws_iam_openid_connect_provider.identity_provider.arn
}