-
Notifications
You must be signed in to change notification settings - Fork 0
get client id and secret from parameter store #244
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
base: main
Are you sure you want to change the base?
Conversation
Github action deployment is going to have to be altered to allow this as there are new variables needed to be inputed. |
is that a trouble or some huge change on current code? we can also just store that in the parameter store manually as only one day left |
OK I'v altered the deploy action so it will pull the repo secrets GIT_HUB_CLIENT_ID and GIT_HUB_CLIENT_SECRET and input it into the terraform |
cool |
terraform/main/rsakey.tf
Outdated
} | ||
|
||
resource "aws_ssm_parameter" "client_id" { | ||
name = "client_id" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need the deployment id for all of these
No description provided.