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

Version 1.0.2 #49

Merged
merged 60 commits into from
Mar 19, 2025
Merged
Changes from 1 commit
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
cca5d92
first draft of version 1.0.0
jirivrany Jul 23, 2024
f5720f1
why cs in sso map ?
jirivrany Jul 25, 2024
7ce6d48
SSO Attribute map now in config directly
jirivrany Jul 25, 2024
b43c369
debug SSO
jirivrany Jul 25, 2024
8bafef2
debug SSO
jirivrany Jul 25, 2024
cb88705
debug SSO
jirivrany Jul 25, 2024
bc41a77
debug SSO
jirivrany Jul 25, 2024
6beaf94
update app factory to accept config object as parameter
jirivrany Jul 25, 2024
f65f2be
update app factory to accept config object as parameter
jirivrany Jul 25, 2024
0c46ea4
first draft of version 1.0.0
jirivrany Jul 23, 2024
d47fc4a
why cs in sso map ?
jirivrany Jul 25, 2024
20a4dbe
SSO Attribute map now in config directly
jirivrany Jul 25, 2024
fbc780a
debug SSO
jirivrany Jul 25, 2024
5c45a08
debug SSO
jirivrany Jul 25, 2024
8518db8
debug SSO
jirivrany Jul 25, 2024
2623ccc
debug SSO
jirivrany Jul 25, 2024
85d2366
update app factory to accept config object as parameter
jirivrany Jul 25, 2024
858071a
update app factory to accept config object as parameter
jirivrany Jul 25, 2024
0c71a39
Merge branch 'feature/v1_draft' of github.com:CESNET/exafs into featu…
jirivrany Sep 23, 2024
5de4703
init
jirivrany Sep 23, 2024
c7c23e1
add loguru for better logging control
jirivrany Oct 14, 2024
d8a94dc
update docs
jirivrany Oct 14, 2024
aeb3116
new format of output message, now with author and source. New type Ro…
jirivrany Oct 15, 2024
29ff188
fixed app context in test_forms, fixed bug in log_withdrawroute
jirivrany Oct 15, 2024
46cd859
modify organization model, add limit for number of rules
jirivrany Oct 15, 2024
420018a
new migrations init, add rule_limit to organization, migrate db, upda…
jirivrany Oct 15, 2024
cae5efe
WIP - changed login for local_auth, created dialog for choosing the o…
jirivrany Oct 17, 2024
99510fa
WIP - limit for each type in org form and table
jirivrany Oct 17, 2024
7275807
finished limit counts in UI and API, ready for testing
jirivrany Oct 21, 2024
806455b
global limit check as a separate function, viewpoint and template
jirivrany Oct 21, 2024
4c2cff4
debug update auth
jirivrany Oct 22, 2024
9b5e7bd
user bulk import
jirivrany Oct 22, 2024
1aa5abf
flowspec4 and 6 have now separate limit for each. Updated admin to ad…
jirivrany Oct 23, 2024
b341233
converted all session.query().get() to session.get()
jirivrany Oct 23, 2024
ad69ed5
added org with id to multiple user editor
jirivrany Oct 23, 2024
38d769e
Merge branch 'develop' into feature/v1_draft
jirivrany Oct 30, 2024
546267c
flowspec4 and 6 default expiration only 1 hour, RTBH kept 7 days
jirivrany Nov 5, 2024
78dfa5b
fix operationalerror in admin.delete_user
jirivrany Nov 5, 2024
5f9b3a4
no migrations in git
jirivrany Nov 6, 2024
ab9b833
update endpoit for org id setup
jirivrany Nov 6, 2024
9f86337
update endpoit for org id setup
jirivrany Nov 6, 2024
c2285e0
fix show version
jirivrany Nov 7, 2024
1e68bcb
deprecated check_auth function removed from auth.py
jirivrany Nov 7, 2024
c3cf7d3
minor docs update
jirivrany Nov 29, 2024
8598c4c
api description in the docs
jirivrany Dec 3, 2024
e304ed2
add Swagger api docs to app, updated requirements add flasgger
jirivrany Dec 3, 2024
583870a
typo in admin bulk insert users
jirivrany Dec 16, 2024
f963b48
minor update bulk user form help text
jirivrany Dec 16, 2024
5be0ca7
readme update for version 1.0.1
jirivrany Jan 9, 2025
c589396
Merge branch 'develop' into feature/v1_draft
jirivrany Jan 9, 2025
0d85290
Merge pull request #45 from CESNET/feature/v1_draft
jirivrany Jan 9, 2025
1e05846
update requirements - app is now Flask3 compliant
jirivrany Jan 10, 2025
0740c18
Merge pull request #46 from CESNET/feature/v1_draft
jirivrany Jan 10, 2025
cc522d8
add python-dotenv to requirements
jirivrany Jan 31, 2025
60f716b
update create_app and config if the app is behind reverse proxy
jirivrany Feb 6, 2025
ec59f03
bugfix for IPv6 messages - empty fragment should be empty string not …
jirivrany Feb 24, 2025
2c53049
match_body composed by list comprehension instead of format, to avoid…
jirivrany Feb 24, 2025
b565fc0
Merge pull request #47 from CESNET/bugfix/ipv6fragment
jirivrany Feb 24, 2025
681cf4f
Bugfix/http api (#48)
jirivrany Feb 25, 2025
3ca92db
updated docs
jirivrany Mar 19, 2025
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
Prev Previous commit
Next Next commit
debug SSO
jirivrany committed Jul 25, 2024
commit bc41a77dbccac94d07ce117776855865eb91825e
2 changes: 1 addition & 1 deletion flowapp/instance_config.py
Original file line number Diff line number Diff line change
@@ -128,7 +128,7 @@ class InstanceConfig:

SSO_ATTRIBUTE_MAP = {
# "eppn": (True, "eppn"),
"HTTP_X_EPPN": (True, "eppn"),
"eppn": (True, "HTTP_X_EPPN"),
}

SSO_LOGIN_URL = "/login"