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

Add cacert_file and insecure options to the provider. #5

Merged
merged 1 commit into from
Sep 26, 2017

Conversation

richardc
Copy link
Collaborator

These settings can be used to configure the level of SSL verification
performed by the provider.

  • cacert_file allows for the provision of an alternate ca cert, for
    locally-signed or self-signed operations.
  • insecure allows SSL verification to be turned off completely. It is
    not suggested as a first option.

Targets https://github.com/terraform-providers/terraform-provider-gitlab/issues/4

These settings can be used to configure the level of SSL verification
performed by the provider.

* `cacert_file` allows for the provision of an alternate ca cert, for
locally-signed or self-signed operations.
* `insecure` allows SSL verification to be turned off completely.  It is
not suggested as a first option.

Targets https://github.com/terraform-providers/terraform-provider-gitlab/issues/4
Copy link
Contributor

@tombuildsstuff tombuildsstuff left a comment

Choose a reason for hiding this comment

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

Hey @richardc

Thanks for this PR - apologies for the delay in reviewing this; I've taken a look and this LGTM :)

Thanks!

@roidelapluie roidelapluie self-requested a review September 26, 2017 12:06
Copy link
Collaborator

@roidelapluie roidelapluie left a comment

Choose a reason for hiding this comment

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

LGTM

@richardc
Copy link
Collaborator Author

So I'm a little confused, if this has two approvals, why's it not been merged?

@tombuildsstuff
Copy link
Contributor

@richardc in general we tend to approve and then let the original contributor merge (when they have permission) - but I'll merge this now :)

@tombuildsstuff tombuildsstuff merged commit 4a6502f into gitlabhq:master Sep 26, 2017
tombuildsstuff added a commit that referenced this pull request Sep 26, 2017
@richardc
Copy link
Collaborator Author

@tombuildsstuff is that flow documented somewhere? I don't see it in the README.md and there's no CONTRIBUTING.md

@tombuildsstuff
Copy link
Contributor

@richardc I've found this in the main repository: https://github.com/hashicorp/terraform/blob/master/docs/maintainer-etiquette.md#merging (it should probably be linked from the CONTRIBUTING.md in each provider though) :)

@roidelapluie
Copy link
Collaborator

@roidelapluie roidelapluie added this to the 0.2.0 milestone Oct 1, 2017
cehoffman pushed a commit to VertivSRE/terraform-provider-gitlab that referenced this pull request Jan 23, 2018
Add `cacert_file` and `insecure` options to the provider.
cehoffman pushed a commit to VertivSRE/terraform-provider-gitlab that referenced this pull request Jan 23, 2018
@github-actions github-actions bot locked and limited conversation to collaborators Nov 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

Successfully merging this pull request may close these issues.

4 participants