-
Notifications
You must be signed in to change notification settings - Fork 1
[Issue 55] user identity and access management system implementation #96
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
Open
zephris
wants to merge
28
commits into
main
Choose a base branch
from
issue-55-User_Identity_and_Access_Management_system_implementation
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 20 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
c7f5edd
feat: integrate Keycloak IAM with unified first-admin bootstrap and D…
466e2d1
anchoring the static files to its project folder.
Dyutiman-shiv 9129b70
removed the unnecessary creation of static folder.
Dyutiman-shiv 2cbce9e
add some unique params
oMakaron 646e360
change default logo name to the chapter name (help enforce uniqueness)
oMakaron f248e43
make migration
oMakaron 70941a9
fixed a bug where logo does not take save the chapter name as default…
oMakaron ad5e10f
remade validation for unique non default
oMakaron 5f2bed4
make migration
oMakaron 69a1a88
replace unique logo logic
oMakaron 749ca9e
override save to make none and empty path to default path
oMakaron bd8db26
make migration
oMakaron dcc934b
added API endpoint for self-service user signup/signin and usage docu…
37a6214
Merge branch 'main' into issue-55-User_Identity_and_Access_Management…
zephris 60ef6e9
fix: add db_table to Chapter.Meta to match existing DB table name
Copilot 4433ff0
linting and database migration fix
d8f0716
more linting
f0095fc
Merge branch 'main' into issue-55-User_Identity_and_Access_Management…
zephris e1a8750
Potential fix for pull request finding
zephris e934f02
Revert "Merge branch 'main' into issue-55-User_Identity_and_Access_Ma…
zephris f031de7
Merge branch 'main' into issue-55-User_Identity_and_Access_Management…
560cf15
fix conflictinging migrations
e08fad1
fixing github sync issues
191c3c6
further fixing backend mismatch from sync issues
1bd70ed
Merge branch 'main' into issue-55-User_Identity_and_Access_Management…
zephris 82c2945
further fixing backend merge mismatch and grammar
90c68f8
Merge branch 'main' into issue-55-User_Identity_and_Access_Management…
zephris 379de50
Revert "Merge branch 'main' into issue-55-User_Identity_and_Access_Ma…
zephris File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,7 @@ | ||
| REACT_EDITOR=code | ||
|
|
||
| APP_ENV=DEVELOPMENT | ||
| NEXT_PUBLIC_BACKEND_URL="http://localhost:8000/api" | ||
| NEXT_PUBLIC_BACKEND_URL="http://localhost:8000/api" | ||
| NEXT_PUBLIC_KEYCLOAK_URL="http://localhost:8080" | ||
| NEXT_PUBLIC_KEYCLOAK_REALM="agronomy-club" | ||
| NEXT_PUBLIC_KEYCLOAK_CLIENT_ID="agronomy-web" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.