GithubHelp home page GithubHelp logo

isabella232 / terraform-provider-keycloak Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pulumi/terraform-provider-keycloak

0.0 0.0 0.0 3.09 MB

Terraform provider for Keycloak

Home Page: https://mrparkers.github.io/terraform-provider-keycloak/

License: MIT License

Shell 0.40% Go 96.88% Kotlin 0.57% Makefile 0.07% HCL 2.07%

terraform-provider-keycloak's Introduction

terraform-provider-keycloak

Terraform provider for Keycloak.

CircleCI

Docs

https://mrparkers.github.io/terraform-provider-keycloak/

Building

This project uses Go Modules which requires Go 1.11. You can initialize your local development environment and build the provider like so:

GO111MODULE=on go mod download && make build

Supported Versions

Currently, this provider is tested against Terraform v0.12.1 and Keycloak v8.0.1. I personally use this provider with Terraform v0.11.x and Keycloak 4.8.3.Final.

In the future, it would be nice to run acceptance tests using different versions of Terraform / Keycloak. Please feel free to submit a PR if you believe you can help with this.

Tests

Every resource supported by this provider will have a reasonable amount of acceptance test coverage

For local development, you can spin up a local instance of Keycloak, backed by Postgres and OpenLDAP using make local. Once the environment is ready, you can run the acceptance tests after setting the required environment variables:

KEYCLOAK_CLIENT_ID=terraform \
KEYCLOAK_CLIENT_SECRET=884e0f95-0f42-4a63-9b1f-94274655669e \
KEYCLOAK_REALM=master \
KEYCLOAK_URL="http://localhost:8080" \
make testacc

These tests will also run in CI when opening a PR and on master.

License

MIT

terraform-provider-keycloak's People

Contributors

alexashley avatar andrewchubatiuk avatar aromeyer avatar bernhardberbuir avatar bturbes avatar camelpunch avatar ctrox avatar darin-sai avatar daviddesre avatar dlechevalier avatar fharding1 avatar floby avatar ltscif avatar madddi avatar marcoreni avatar mrparkers avatar psanetra avatar pths avatar shubhammathur22 avatar svenhamers avatar tomrutsaert avatar trois-six avatar vhiairrassary avatar waldemarschmalz avatar xiaoyang-connyun avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.