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: default_roles in keycloak_realm resource & data source #599

Merged
merged 15 commits into from
Oct 13, 2021
Merged

Feature: default_roles in keycloak_realm resource & data source #599

merged 15 commits into from
Oct 13, 2021

Commits on Sep 21, 2021

  1. Added default_roles to realm resource

    Signed-off-by: Vlad Kirichenko <v.kirichenko@napoleongames.be>
    Vlad-Kirichenko committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    83a5854 View commit details
    Browse the repository at this point in the history
  2. Added tests for default_roles

    Signed-off-by: Vlad Kirichenko <v.kirichenko@napoleongames.be>
    Vlad-Kirichenko committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    13ddb1e View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Fixed docs & test

    Signed-off-by: Vlad Kirichenko <v.kirichenko@napoleongames.be>
    Vlad-Kirichenko committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    6b9f785 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:NapoleonGames/terraform-provider-…

    …keycloak into default-roles
    Vlad-Kirichenko committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    30166a0 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. Moved default scopes to new resource

    Signed-off-by: Vlad Kirichenko <v.kirichenko@napoleongames.be>
    Vlad-Kirichenko committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    da51b85 View commit details
    Browse the repository at this point in the history
  2. removed default_roles tests from realm resource

    Signed-off-by: Vlad Kirichenko <v.kirichenko@napoleongames.be>
    Vlad-Kirichenko committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    c6cd187 View commit details
    Browse the repository at this point in the history
  3. fmt

    Signed-off-by: Vlad Kirichenko <v.kirichenko@napoleongames.be>
    Vlad-Kirichenko committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    2bb3745 View commit details
    Browse the repository at this point in the history
  4. renamed duplicate & updated docs

    Signed-off-by: Vlad Kirichenko <v.kirichenko@napoleongames.be>
    Vlad-Kirichenko committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    78e8b2f View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. Merge branch 'master' of github.com:NapoleonGames/terraform-provider-…

    …keycloak into default-roles
    Vlad-Kirichenko committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    dc69ec0 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. Configuration menu
    Copy the full SHA
    54bc536 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5db2551 View commit details
    Browse the repository at this point in the history
  3. oops

    mrparkers committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    ab3a7b1 View commit details
    Browse the repository at this point in the history
  4. Added error handling, Removed reflect & duplicated methods

    Signed-off-by: Vlad Kirichenko <v.kirichenko@napoleongames.be>
    Vlad-Kirichenko committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    03de225 View commit details
    Browse the repository at this point in the history
  5. Added CheckDestroy to test

    Signed-off-by: Vlad Kirichenko <v.kirichenko@napoleongames.be>
    Vlad-Kirichenko committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    8ad4a39 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' of github.com:NapoleonGames/terraform-provider-…

    …keycloak into default-roles
    Vlad-Kirichenko committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    25fb353 View commit details
    Browse the repository at this point in the history