Skip to content

add support for internal account portal URL #15830

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

shogunpurple
Copy link
Member

Description

Allows the provision of an INTERNAL_ACCOUNT_PORTAL_URL that can be used for service communication without leaving the private network

@shogunpurple shogunpurple requested a review from a team as a code owner March 27, 2025 14:08
@shogunpurple shogunpurple requested review from mike12345567 and removed request for a team March 27, 2025 14:08
Copy link

qa-wolf bot commented Mar 27, 2025

QA Wolf here! As you write new code it's important that your test coverage is keeping up.
Click here to request test coverage for this PR!

Copy link
Collaborator

@samwho samwho left a comment

Choose a reason for hiding this comment

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

I'm not sure if I'm missing something but this appears to only add an environment variable for the URL, I don't see any uses of it.

@@ -162,6 +162,8 @@ const environment = {
MULTI_TENANCY: process.env.MULTI_TENANCY,
ACCOUNT_PORTAL_URL:
process.env.ACCOUNT_PORTAL_URL || "https://account.budibase.app",
INTERNAL_ACCOUNT_PORTAL_URL:
Copy link
Collaborator

Choose a reason for hiding this comment

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

Should this be ACCOUNT_PORTAL_URL?

Copy link
Collaborator

Choose a reason for hiding this comment

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

There's already an ACCOUNT_PORTAL_URL on the line above.

@github-actions github-actions bot added the stale label Apr 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants