-
Notifications
You must be signed in to change notification settings - Fork 7
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
Conversation
This file contains 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
check needed to avoid NPE in HAPI code
* 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
issue/247_Duplicate_Resources
'origin/issue/248_Default_Organization_Bookmark_List' into develop
* 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
issue/239_Port_1_7_0_to_2_0_0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
closes #268