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/add flow reference to OIDC identity provider #3

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
2a98c20
Add config for ldap user federation
May 14, 2024
c93c250
Enhance README
May 14, 2024
9101b87
Merge branch 'main' into feature/migrate_userfederation_and_authentic…
May 14, 2024
2a47d36
Test commit
May 14, 2024
15710fd
Test commit 2
May 14, 2024
2824ccf
Extract right field from authentication flow
May 15, 2024
0a64d8d
Extract right field from authentication flow (try#2)
May 15, 2024
fae0488
Extract right field from authentication flow for binding referencing …
May 15, 2024
bc76405
Be able to reference execution from execution-config
May 15, 2024
33940ba
Fix config maybe
May 15, 2024
8d08a19
Add ldap_user_attribute_mapper
May 16, 2024
2007302
Make ldap_user_attribute_mapper know
May 16, 2024
6e1a5b6
add generated resources
May 16, 2024
2491d77
add all generated resources
May 16, 2024
2629c6e
Fix lint comments
May 16, 2024
57e4f83
Remove some generated files again?
May 16, 2024
09e5f8e
Re-add generated files
May 16, 2024
ca7b2f2
fixed code generation
denniskniep May 16, 2024
16990cb
fixed code generation
denniskniep May 16, 2024
a9a16d9
Merge remote-tracking branch 'upstream/feautre/more-resources' into f…
May 16, 2024
0a9d330
oidc_identity_provider can reference flow object
May 16, 2024
579985e
fixed code generation
denniskniep May 16, 2024
ec9375e
Adjusted release workflow
denniskniep May 16, 2024
ac8080f
Changed Makefile for different tmp target
denniskniep May 16, 2024
dd4dbe0
Explicitly name fields for ref/selector and see if that helps
May 17, 2024
7075ef6
Remove unnecessary realm_id references and add keycloak_ldap_msad_use…
May 29, 2024
47d13a3
Merge branch 'main' into feature/add_flow_reference_to_oidc_identity_…
May 29, 2024
be27f49
Merged main
May 29, 2024
6edb85d
Merged upstream
Jun 4, 2024
d5e452d
Merged upstream
Jun 4, 2024
5523659
Merge branch 'main' into feature/add_flow_reference_to_oidc_identity_…
Jun 6, 2024
e98ab72
fixed code generation
denniskniep Jun 6, 2024
28dc749
Reverted unintended changes
Jun 6, 2024
614a369
Merge remote-tracking branch 'upstream/feature/add_flow_reference_to_…
Jun 6, 2024
6b64a2e
Revert unintende changes to main
Jun 6, 2024
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
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,18 @@ Run code-generation pipeline:
go run cmd/generator/main.go "$PWD"
```

Checkout sub-repositories:

```console
make submodules
```

Execute code generation:

```console
make generate
```

Run against a Kubernetes cluster:

```console
Expand Down
129 changes: 129 additions & 0 deletions apis/authenticationflow/v1alpha1/zz_bindings_terraformed.go

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

Loading