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

feat(bindings): Implement secondary store type responsible for managing App Gateway TLS Listener certificate bindings #14

Merged
merged 27 commits into from
Feb 7, 2024

Conversation

m8rmclaren
Copy link
Contributor

  • Azure Application Gateway Orchestrator Extension v2.0.0
    • feat(bindings): Implemented a second Command Certificate Store Type called AppGwBin that logically represents the binding of an Application Gateway SSL Certificate to a TLS Listener.
    • feat(bindings): Removed TLS Listener binding logic from AzureAppGW certificate store type implementation.
    • chore(client): Refactored client to prefer dependency injection pattern.
    • chore(jobs): Refactored Orchestrator job implementations to prefer dependency injection pattern.
    • chore(tests): Implemented unit testing framework with a fake client interface.
    • chore(tests): Implemented integration tests for both Orchestrator jobs and App Gateway client.

m8rmclaren and others added 19 commits January 11, 2024 19:09
…y-orchestrator into nullcert-53654

chore(rebase): Rebase nullcert-53654
…re-appgateway-orchestrator into bindings-54126
…re-appgateway-orchestrator into bindings-54126
…re-appgateway-orchestrator into bindings-54126
@m8rmclaren m8rmclaren added bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request labels Feb 6, 2024
@m8rmclaren m8rmclaren self-assigned this Feb 6, 2024
@m8rmclaren m8rmclaren linked an issue Feb 7, 2024 that may be closed by this pull request
Copy link
Contributor

@fiddlermikey fiddlermikey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved by JC

@fiddlermikey fiddlermikey merged commit 5f57c00 into release-2.0 Feb 7, 2024
28 checks passed
@fiddlermikey fiddlermikey deleted the bindings-54126 branch February 7, 2024 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Documentation on UO Version
2 participants