-
Notifications
You must be signed in to change notification settings - Fork 2
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 0.8.9 #84
Merged
Merged
Release 0.8.9 #84
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
- cleaning up code warnings
- requires some code changes
- Configuration support - Definitions of acls - Getting ACL Configuration
Changed SDK authentication behavior to hard fail on ACL Denied
- use either session or database lookup - optimisation
NOTE: Specific protocol ACL's not implemented yet - forwarding - self administration
Added forwarding ACL checks
- configuration - refactoring of namespaces
- configuration setup - structure - refactoring of namespace
- now occurs during authentication stage - only if they are allowed to be local as configured by global_acls Changed database commands where possible to be exec not query
- updated axum from 0.7.x to 0.8.x - required a number of breaking changes
- you can send diretcly locally, no need to wrap in a forward Look at the mediator.toml config file for instructions DANGER: Enabling direct mode means there is some risk of bad messages making their way to the client. The client needs to ensure safety of the unpacked messages.
Updated Changelog
Changed named of anon_outbound in config to anon_received to be clearer on intent
- removed the concept of global/local acls - much simpler and easier to understand ACL model
- formatting improvements on the mediator management listings
- fixed authentication ACL rules - DID accounts are now created in the mediator correctly with defaults - on session creation, check if DID known, if not then create if allowed
Added background message deletion Added option to SDK so you can auto-delete
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.
All (0.8.9)
Mediator (0.8.9)
security
block in configurationmediator without wrapping them in a forward envelope
SDK (0.8.9)
Affinidi Text Client (0.8.9)
Affinidi DIDComm (0.8.9)