Skip to content

AB#115039 disable AWS lookup in local config#207

Closed
lardo-de-arnaud wants to merge 1 commit intomasterfrom
AB#115039
Closed

AB#115039 disable AWS lookup in local config#207
lardo-de-arnaud wants to merge 1 commit intomasterfrom
AB#115039

Conversation

@lardo-de-arnaud
Copy link
Contributor

No description provided.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Disables AWS Secrets Manager lookup in the local SSL configuration profile to avoid AWS lookups when testing locally.

Changes:

  • Added spring.cloud.aws.secretsmanager.enabled=false to the local SSL properties file

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

server.servlet.session.cookie.secure=true

# Disable the secrets manager as we don't have any secrets in AWS when testing.
spring.cloud.aws.secretsmanager.enabled=false No newline at end of file
Copy link
Member

Choose a reason for hiding this comment

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

I wouldn't have put this here as it's completely unrelated to running tool support with SSL enabled. The common pattern is to disable it by default and then enable it when in AWS.

@lardo-de-arnaud
Copy link
Contributor Author

lin has been added to the wrong file so dumping.

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.

3 participants