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

Add AcceptInsecureCert method to AgentConfigAccessor #3940

Merged
merged 1 commit into from
Oct 3, 2023

Conversation

danehlim
Copy link
Contributor

@danehlim danehlim commented Sep 29, 2023

Summary

Add AcceptInsecureCert method to AgentConfigAccessor interface (and to agent module's implementation of this interface). This method is required for future changes in the ecs-agent module and was missed being added as part of this previous pull request: #3928

For clarity, the files that this pull request changes are not currently used by Agent in any meaningful way. These files being "plugged into power" will be done in future pull request(s) and is out of scope of this pull request.

Implementation details

  • Add AcceptInsecureCert method to AgentConfigAccessor interface in ecs-agent module
  • Add AcceptInsecureCert method to agentConfigAccessor struct in agent module, which implements the above interface
  • Regenerate mocks for AgentConfigAccessor interface

Testing

Unit, integration, and functional tests.

New tests cover the changes: existing test modified to cover changes

Description for the changelog

Add AcceptInsuranceCert method to AgentConfigAccessor

Does this PR include breaking model changes? If so, Have you added transformation functions?
No

Licensing

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@danehlim danehlim marked this pull request as ready for review September 29, 2023 20:32
@danehlim danehlim requested a review from a team as a code owner September 29, 2023 20:32
@danehlim danehlim changed the title Add AcceptInsuranceCert method to AgentConfigAccessor Add AcceptInsecureCert method to AgentConfigAccessor Sep 29, 2023
@danehlim danehlim merged commit 3369801 into aws:dev Oct 3, 2023
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.

4 participants