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

Adds tls_validation option to project module and role #48

Merged
merged 3 commits into from
Apr 22, 2024

Conversation

Tompage1994
Copy link
Contributor

@Tompage1994 Tompage1994 commented Apr 22, 2024

What does this PR do?

Adds a missing tls_validation option to the project module and role. I've also validated there are currently no mossing API options for other roles (latest AAP 2.4 version)

How should this be tested?

CI is updated

Is there a relevant Issue open for this?

resolves #47

Other Relevant info, PRs, etc

CI currently broken. #49 will fix it and could be merged first so it can be run through for this PR

Copy link
Contributor

@djdanielsson djdanielsson left a comment

Choose a reason for hiding this comment

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

I want to double check this one thing and then we are good

@@ -52,6 +52,7 @@ This also speeds up the overall role.
|`new_name`|""|no|str|Setting this option will change the existing name (looked up via the name field.)|
|`description`|""|no|str|Description to use for the Project.|
|`url`|""|yes|str|A URL to a remote archive, such as a Github Release or a build artifact stored in Artifactory and unpacks it into the project path for use. (Alias: scm_url)|
|`tls_validation`|""|no|bool|Whether the URL should validate using TLS.|
Copy link
Contributor

Choose a reason for hiding this comment

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

technically isn't the default true?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes you're correct. Copy/paste error

Copy link
Contributor

@djdanielsson djdanielsson left a comment

Choose a reason for hiding this comment

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

LGTM

@djdanielsson djdanielsson enabled auto-merge (squash) April 22, 2024 14:51
@djdanielsson djdanielsson merged commit ff12bee into redhat-cop:devel Apr 22, 2024
9 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