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

fix: SYSTEM_DOMAIN incorrectly extracted from toolsmiths-env #179

Merged
merged 1 commit into from
Dec 27, 2023
Merged

fix: SYSTEM_DOMAIN incorrectly extracted from toolsmiths-env #179

merged 1 commit into from
Dec 27, 2023

Conversation

peterhaochen47
Copy link
Member

[Fixes #178]

What is this change about?

Fixes an issue where SYSTEM_DOMAIN is sometimes incorrectly extracted from "toolsmiths-env" input.

Please provide contextual information.

n/a

Please check all that apply for this PR:

  • introduces a new task
  • changes an existing task
  • changes the Dockerfile
  • introduces a breaking change (other users will need to make manual changes when this is released)

Did you update the README as appropriate for this change?

  • YES
  • N/A

How should this change be described in release notes?

Something brief that conveys the change and is written with the component author audience in mind.

What is the level of urgency for publishing this change?

  • Urgent - unblocks current or future work
  • Slightly Less than Urgent

Tag your pair, your PM, and/or team!

It's helpful to tag a few other folks on your team or your team alias in case we need to follow up later.

- Before this commit, the tasks assume that envs associated with the
"toolsmiths-env" input are always under the domain "cf-app.com", which
is no longer always the case.
- Instead, extract the SYSTEM_DOMAIN from the CF API value provided by
the "toolsmiths-env" input.

[Fixes #178]
@ctlong ctlong merged commit e119281 into cloudfoundry:main Dec 27, 2023
1 check passed
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.

SYSTEM_DOMAIN sometimes incorrectly derived from "toolsmiths-env" input
2 participants