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

Added the option to use access tokens #80

Merged
merged 1 commit into from
Jan 22, 2024
Merged

Conversation

boris-dyga-SM
Copy link
Contributor

That feature allows to access private GitHub repos, where custom conformance packs could be stored

what

  • updates to the conformance_pack submodule
  • added the acess_token variable (defaults to empty string)
  • when provided its value is implemented in the conformance pack URL allowing to access private GitHub repos

why

  • sometimes customized conformance packs are stored in repos with restricted access

references

@boris-dyga-SM boris-dyga-SM requested review from a team as code owners January 17, 2024 08:51
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

also, please run the following commands and commit the changes:

make init
make github/init
make readme

thank you

@boris-dyga-SM
Copy link
Contributor Author

boris-dyga-SM commented Jan 18, 2024 via email

@aknysh
Copy link
Member

aknysh commented Jan 18, 2024

@boris-dyga-SM

please run the following commands and commit the changes:

make init
make github/init
make readme

@boris-dyga-SM
Copy link
Contributor Author

boris-dyga-SM commented Jan 19, 2024

@aknysh, I've run the commands and committed the changes

@aknysh
Copy link
Member

aknysh commented Jan 19, 2024

@boris-dyga-SM thank you.

I have to ask you to address this issue as well:

Warning: [tflint] reported by reviewdog 🐶
  Missing version constraint for provider "http" in `required_providers`
  
  Raw Output:
  main.tf:15:1: warning: Missing version constraint for provider "http" in `required_providers` ()

https://github.com/cloudposse/terraform-aws-config/actions/runs/7581885659/job/20664544050?pr=80

Thank you

versions.tf Outdated Show resolved Hide resolved
versions.tf Outdated Show resolved Hide resolved
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.

@boris-dyga-SM thank you very much again.
Please adress the last comments, and after that please run again

make init
make github/init
make readme

versions.tf Outdated Show resolved Hide resolved
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

That feature allows to access private GitHub repos, where custom
conformance packs could be stored

Version constraints added to the conformance pack submodule to satisfy the tflint
@boris-dyga-SM
Copy link
Contributor Author

@aknysh thanks for the rapid reviews. Fixed the version as well as the tflint error (had to add the versions.tf to the submodule)

@aknysh
Copy link
Member

aknysh commented Jan 22, 2024

/terratest

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.

@aknysh aknysh merged commit 9cbefc9 into cloudposse:main Jan 22, 2024
14 checks passed
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.

2 participants