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 0.1.0 of Monai.Deploy.Security #2

Merged
merged 7 commits into from
Nov 30, 2022
Merged

Release 0.1.0 of Monai.Deploy.Security #2

merged 7 commits into from
Nov 30, 2022

Conversation

mocsharp
Copy link
Contributor

@mocsharp mocsharp commented Nov 29, 2022

Description

Migrate Monai.Deploy.WorkflowManager.Authentication project.

  • Add IOptions<AuthenticationOptions> in replace of IConfiguration.

Usage

                .ConfigureServices((hostContext, services) =>
                {
                    ...
                    services.AddOptions<AuthenticationOptions>().Bind(hostContext.Configuration.GetSection("MonaiDeployAuthentication"));
                    services.AddMonaiAuthentication();
                    ...
                })
                .Configure(app =>
                {
                    ...
                    app.UseEndpointAuthorizationMiddleware();
                    ...
                })

Status

Ready

Types of changes

  • Non-breaking change (fix or new feature that would not break existing functionality).
  • Breaking change (fix or new feature that would cause existing functionality to change).
  • New tests added to cover the changes.
  • All tests passed locally.
  • Documentation comments included/updated.

Signed-off-by: Victor Chang <[email protected]>
Signed-off-by: Victor Chang <[email protected]>
Signed-off-by: Victor Chang <[email protected]>
Signed-off-by: Victor Chang <[email protected]>
Signed-off-by: Victor Chang <[email protected]>
Signed-off-by: Victor Chang <[email protected]>
Signed-off-by: Victor Chang <[email protected]>
@mocsharp mocsharp self-assigned this Nov 29, 2022
@mocsharp mocsharp added the enhancement New feature or request label Nov 29, 2022
@mocsharp mocsharp added this to the 0.1.0 milestone Nov 29, 2022
@mocsharp mocsharp merged commit 1623b6b into main Nov 30, 2022
@github-actions
Copy link

🎉 This issue has been resolved in version 0.1.0 🎉

The release is available on:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants