Skip to content

Commit

Permalink
Merge pull request #44 from crossplane-contrib/feature/tf-provider-v4…
Browse files Browse the repository at this point in the history
….4.0

chore: bump terraform provider to v4.4.0
  • Loading branch information
Breee authored Feb 9, 2024
2 parents 411a088 + 7dbe119 commit 519f036
Show file tree
Hide file tree
Showing 8 changed files with 101 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ export TERRAFORM_VERSION ?= 1.4.6

export TERRAFORM_PROVIDER_SOURCE ?= mrparkers/keycloak
export TERRAFORM_PROVIDER_REPO ?= https://github.com/mrparkers/terraform-provider-keycloak
export TERRAFORM_PROVIDER_VERSION ?= 4.3.1
export TERRAFORM_PROVIDER_VERSION ?= 4.4.0
export TERRAFORM_PROVIDER_DOWNLOAD_NAME ?= terraform-provider-keycloak
export TERRAFORM_PROVIDER_DOWNLOAD_URL_PREFIX ?= ${TERRAFORM_PROVIDER_REPO}/releases/download/v$(TERRAFORM_PROVIDER_VERSION)
export TERRAFORM_NATIVE_PROVIDER_BINARY ?= terraform-provider-keycloak_v4.3.1
export TERRAFORM_NATIVE_PROVIDER_BINARY ?= terraform-provider-keycloak_v4.4.0

export TERRAFORM_DOCS_PATH ?= docs/resources

Expand Down
15 changes: 15 additions & 0 deletions apis/realm/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions apis/realm/v1alpha1/zz_realm_types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 33 additions & 0 deletions apis/user/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions apis/user/v1alpha1/zz_user_types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion config/schema.json

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions package/crds/realm.keycloak.crossplane.io_realms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,11 @@ spec:
contentSecurityPolicyReportOnly:
description: Used for testing Content Security Policies.
type: string
referrerPolicy:
description: The Referrer-Policy HTTP header controls
how much referrer information (sent with the Referer
header) should be included with requests.
type: string
strictTransportSecurity:
description: The Script-Transport-Security HTTP header
tells browsers to always use HTTPS.
Expand Down Expand Up @@ -875,6 +880,11 @@ spec:
contentSecurityPolicyReportOnly:
description: Used for testing Content Security Policies.
type: string
referrerPolicy:
description: The Referrer-Policy HTTP header controls
how much referrer information (sent with the Referer
header) should be included with requests.
type: string
strictTransportSecurity:
description: The Script-Transport-Security HTTP header
tells browsers to always use HTTPS.
Expand Down Expand Up @@ -1548,6 +1558,11 @@ spec:
contentSecurityPolicyReportOnly:
description: Used for testing Content Security Policies.
type: string
referrerPolicy:
description: The Referrer-Policy HTTP header controls
how much referrer information (sent with the Referer
header) should be included with requests.
type: string
strictTransportSecurity:
description: The Script-Transport-Security HTTP header
tells browsers to always use HTTPS.
Expand Down
15 changes: 15 additions & 0 deletions package/crds/user.keycloak.crossplane.io_users.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,11 @@ spec:
type: string
type: object
type: object
requiredActions:
description: A list of required user actions.
items:
type: string
type: array
username:
description: The unique username of this user.
type: string
Expand Down Expand Up @@ -285,6 +290,11 @@ spec:
lastName:
description: The user's last name.
type: string
requiredActions:
description: A list of required user actions.
items:
type: string
type: array
username:
description: The unique username of this user.
type: string
Expand Down Expand Up @@ -518,6 +528,11 @@ spec:
realmId:
description: The realm this user belongs to.
type: string
requiredActions:
description: A list of required user actions.
items:
type: string
type: array
username:
description: The unique username of this user.
type: string
Expand Down

0 comments on commit 519f036

Please sign in to comment.