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

Issue/268 port 1 7 0 to 2 0 0 #269

Merged
merged 48 commits into from
Jan 24, 2025
Merged

Conversation

hhund
Copy link
Member

@hhund hhund commented Jan 24, 2025

closes #268

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 18 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 2.0.0 milestone Jan 24, 2025
@hhund hhund self-assigned this Jan 24, 2025
@hhund hhund merged commit 68052ec into develop_2 Jan 24, 2025
3 checks passed
@hhund hhund linked an issue Jan 24, 2025 that may be closed by this pull request
@hhund hhund linked an issue Jan 24, 2025 that may be closed by this pull request
@hhund hhund deleted the issue/239_Port_1_7_0_to_2_0_0 branch January 24, 2025 17:53
@hhund hhund changed the title Issue/239 port 1 7 0 to 2 0 0 Issue/268 port 1 7 0 to 2 0 0 Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Port Fixes and Features From 1.7.0 to 2.0.0
1 participant