Github OIDC Setup Issue #61
-
We are now looking into adding GitHub integration (OIDC + managed runners using runs-on.com as you suggested). While deploying github-oidc-provider, I got this warning:
This happens for both commands:
I tried several ways to ensure that variable is present, from adding enabled=true on several places under catalog/github-oidc-provider.yaml to adding them into components/terraform/aws-github-oidc-provider/variables.tfand even hardcoding components/terraform/aws-github-oidc-provider/main.tf. None of those attempts worked. I also added the vars for Superadmin = true, but I am still getting the same outcome: no changes to be made. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
Did you already deploy the provider earlier? Could you check the console to see if it's already there? |
Beta Was this translation helpful? Give feedback.
-
makes it sound like there's either no code there (vendor issue) or the tfvars generate by atmos is empty or invalid. can you double check the dir for |
Beta Was this translation helpful? Give feedback.
-
Closing out as we resolved .. think it maybe was a bad handoff. We resolved this after posting following the documentation. |
Beta Was this translation helpful? Give feedback.
-
Just for the records, the issue is in the docs. We need to use aws-github-oidc-provider and not github-oidc-provider. Changing this fixed the issue |
Beta Was this translation helpful? Give feedback.
Hmm I do see it .. perhaps there was a delay when Cristian was doing this last evening. Proceeding onward .. going to close this out. Thanks to all!