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

feature: Allows ignoring insecure certificates #237

Merged
merged 5 commits into from
Mar 18, 2020

Conversation

Filirom1
Copy link
Contributor

Hello,

Disabling security check is dangerous and should be avoided but in development, self signed certificates are quite frequent.

Usage:

provider "keycloak" {
    client_id     = "admin-cli"
    username      = "keycloak"
    password      = "password"
    url           = "http://localhost:8080"
    verify_tls    = false
}

docs/index.md Outdated Show resolved Hide resolved
@mrparkers mrparkers added the waiting waiting for response to PR feedback label Mar 4, 2020
@Filirom1
Copy link
Contributor Author

I have tested the provider after the changes and the merge. It works well.

@Filirom1 Filirom1 requested a review from mrparkers March 12, 2020 15:43
Copy link
Owner

@mrparkers mrparkers left a comment

Choose a reason for hiding this comment

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

Looks good! Thanks for the PR!

@mrparkers mrparkers merged commit dab151b into mrparkers:master Mar 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
waiting waiting for response to PR feedback
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants