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

feat: upgrade operator and revamp module #6

Merged
merged 69 commits into from
Feb 22, 2023
Merged
Show file tree
Hide file tree
Changes from 68 commits
Commits
Show all changes
69 commits
Select commit Hold shift + click to select a range
b6876c1
feat: update Keycloak operator
lentidas Nov 26, 2022
ad92c27
refactor: rename local.tf to locals.tf
lentidas Nov 26, 2022
7890323
fix: correct the repo for the new chart
lentidas Nov 26, 2022
dfc0bb9
fix: upgrade the api version for the new CRDs
lentidas Nov 26, 2022
279da7b
feat: use custom application chart
lentidas Dec 2, 2022
a413126
fix: remove line that Helm tries to evaluate
lentidas Dec 2, 2022
228f93a
fix: correct image template
lentidas Dec 2, 2022
ff300fa
feat: templatize ingress for keycloak
lentidas Dec 2, 2022
86d6cf3
fix: correct using single host
lentidas Dec 2, 2022
c5a7a73
fix: correct value template
lentidas Dec 2, 2022
ee256dc
fix: try another syntax for the ingress
lentidas Dec 2, 2022
6ead4ab
fix: try another syntax for the ingress
lentidas Dec 2, 2022
616930a
fix: explicit names
lentidas Dec 2, 2022
0aa141f
feat: try again using the keycloak operator
lentidas Dec 2, 2022
ed8f148
feat: multiple templatization of the chart values
lentidas Dec 2, 2022
f7a4bbd
feat(chart): add new realm definitions
lentidas Dec 5, 2022
f82c0b9
fix: correct ingress selector and ports
lentidas Dec 5, 2022
ae856d8
feat: add new changes temporarily
lentidas Dec 5, 2022
1361373
docs(terraform-docs): generate docs and write to README.adoc
lentidas Dec 6, 2022
2666d45
chore: upgrade CRDs
lentidas Jan 31, 2023
6a7901b
chore: upgrade Keycloak Operator resources
lentidas Jan 31, 2023
240746c
feat: move crds to proper folder
lentidas Jan 31, 2023
8e05f29
chore: rename output file and remove unnecessary outputs
lentidas Jan 31, 2023
70502c2
docs(terraform-docs): generate docs and write to README.adoc
lentidas Jan 31, 2023
1906401
feat: revamp keycloak deployment
lentidas Jan 31, 2023
d81c55f
chore: add version restraints to required providers
lentidas Jan 31, 2023
9a0189a
docs(terraform-docs): generate docs and write to README.adoc
lentidas Jan 31, 2023
e2dd2fa
chore: terraform fmt
lentidas Jan 31, 2023
e963439
fix: remove old code
lentidas Jan 31, 2023
6d2e889
docs(terraform-docs): generate docs and write to README.adoc
lentidas Jan 31, 2023
33442e1
fix: remove realm import definition
lentidas Jan 31, 2023
7b834e3
fix: forgot to rename secrets
lentidas Jan 31, 2023
325a465
fix: add user to postgres
lentidas Jan 31, 2023
1f53108
fix: correct multiple errors related with the database connection
lentidas Jan 31, 2023
d845d9e
fix: rename database service
lentidas Jan 31, 2023
2311963
feat: add custom admin password resource
lentidas Feb 7, 2023
af18fd3
docs(terraform-docs): generate docs and write to README.adoc
lentidas Feb 7, 2023
1899bd0
style: rename file containing terraform provider configuration
lentidas Feb 7, 2023
831cd05
fix: create custom secret to not be deleted by the default one
lentidas Feb 9, 2023
5a96210
test: create separate file for the admin secret
lentidas Feb 9, 2023
2de2dc2
test: try writing over the default secret
lentidas Feb 9, 2023
d90064f
test: try using a data source to get the secret
lentidas Feb 9, 2023
7b2f01e
feat: first working version of Keycloak with the DevOps Stack realm
lentidas Feb 9, 2023
14b0738
docs(terraform-docs): generate docs and write to README.adoc
lentidas Feb 9, 2023
7c98c34
docs: add the oidc_bootstrap to the terraform docs workflow
lentidas Feb 9, 2023
6513fec
docs: first draft
lentidas Feb 9, 2023
50a1419
feat: multiple improvements
lentidas Feb 9, 2023
bb72d85
docs(terraform-docs): generate docs and write to README.adoc
lentidas Feb 9, 2023
a70417a
feat: add dynamic user generation
lentidas Feb 10, 2023
ba82dfd
docs(terraform-docs): generate docs and write to README.adoc
lentidas Feb 10, 2023
1a51bfa
chore: remove todos and rewording of descriptions
lentidas Feb 10, 2023
a794f20
docs(terraform-docs): generate docs and write to README.adoc
lentidas Feb 10, 2023
6e9af1e
chore: terraform fmt
lentidas Feb 10, 2023
cbbc2af
feat: add missing mapping between the client scope and groups
lentidas Feb 10, 2023
48f8c50
chore: remove remaining TODOs
lentidas Feb 10, 2023
19ca3ea
docs(terraform-docs): generate docs and write to README.adoc
lentidas Feb 10, 2023
dcba2a6
fix: remove provider configuration from inside oidc_bootstrap module
lentidas Feb 10, 2023
f290cc2
docs: add first version of the documentation
lentidas Feb 10, 2023
bcef796
docs(terraform-docs): generate docs and write to README.adoc
lentidas Feb 10, 2023
62a7282
docs: add some corrections and rewording
lentidas Feb 10, 2023
a35f204
style: apply suggestions from code review
lentidas Feb 20, 2023
0fc9b49
chore: terraform fmt after last commit
lentidas Feb 20, 2023
818276b
feat: remove explicit settings for the realm and other small changes
lentidas Feb 20, 2023
a0e14db
style: add proposed whiteline
lentidas Feb 20, 2023
a877b8f
chore: terraform fmt
lentidas Feb 20, 2023
257b064
fix: corrected flags for the curl wait command
lentidas Feb 20, 2023
8ff09a6
fix: properly correct the curl command
lentidas Feb 20, 2023
e12b883
docs: document the minimal curl version required
lentidas Feb 22, 2023
4e76b6c
docs: delete old README.md
lentidas Feb 22, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/terraform-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ on:
jobs:
terraform-docs:
uses: camptocamp/devops-stack/.github/workflows/modules-terraform-docs.yaml@master
with:
variants: "oidc_bootstrap"
Loading