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

Release/1.7.0 #264

Merged
merged 46 commits into from
Jan 22, 2025
Merged

Release/1.7.0 #264

merged 46 commits into from
Jan 22, 2025

Conversation

hhund
Copy link
Member

@hhund hhund commented Jan 22, 2025

closes #261
closes #259
closes #256
closes #253
closes #248
closes #247
closes #245

hhund added 30 commits October 16, 2024 11:38
* Unique constraints implemented as constraint trigger run after insert
* Constraint trigger functions use postgres advisory transaction locks
to ensure uniqueness checks are not executed in parallel
* Transaction isolation level of insert/update operations changed from
repeatable read to read committed, enabling dirty reads needed to allow
constraint triggers to see inserts/updates executed by parallel running
transactions
* New integration test to validate parallel create operations via
transaction and batch bundles as well as direct POSTs
This does not change any behavior as currently no delete authorization
rule is dependent on the DB state.
log message improved by early wrapping of PSQLException
contains operators @> and <@ only work in one direction, added missing
directions to complete intersection checks
'origin/issue/248_Default_Organization_Bookmark_List' into develop
hhund added 16 commits January 7, 2025 16:25
* New dsf-tools-default-ca-files-generator module to generate combined
pem files for full client certificate CA chains, client certificate
issuing CAs, and server certificate root CAs, based files with only one
certificate. Client certificate only CAs are configured in the
dev.dsf.tools.generator.DefaultCaFilesGenerator.CLIENT_ONLY_ISSUING_CA_COMMON_NAMES
constant.
* Improved reverse proxy config to only allow client certificates from a
list of specified issuing ca common-names and a list of specified
subject countries. Both lists have default values and can be configured
using environment variables. A start.sh script generates the necessary
include config file based on the value of the environment variables.
* Documentation and some dev-setup docker-compose file cleanup
Modifies the 3dic-ttp dev setup to make use of the added feature.
If SSL_VERIFY_CLIENT is set to 'optional' the subject country and issuer
common-name checks are only relevant if the user is authenticated via a
client certificate.
one definition change, one added mimetype
@hhund hhund added this to the 1.7.0 milestone Jan 22, 2025
@hhund hhund self-assigned this Jan 22, 2025
@hhund hhund requested a review from schwzr January 22, 2025 12:28
@hhund hhund merged commit a470e4e into main Jan 22, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment