Skip to content

environment variable substitution - #44

Merged
ssundahlTTD merged 5 commits into
mainfrom
sas-UID2-6012-migrate-sample-sites
Oct 10, 2025
Merged

environment variable substitution#44
ssundahlTTD merged 5 commits into
mainfrom
sas-UID2-6012-migrate-sample-sites

Conversation

@ssundahlTTD

Copy link
Copy Markdown
Contributor

No description provided.

Comment thread .env.sample Outdated
@@ -0,0 +1,3 @@
UID2_BASE_URL="https://operator-integ.uidapi.com"
SERVER_PUBLIC_KEY="UID2-X-I-MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEo+jcPlk8GWn3iG0R5Il2cbFQI9hR3TvHxaBUKHl5Vh+ugr+9uLMiXihka8To07ETFGghEifY96Hrpe5RnYko7Q=="
SUBSCRIPTION_ID="DMr7uHxqLU"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

should we update subscription id and server public key variable names to start with UID2 since there will be UID2 and EUID versions of these

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

done

# Set default values if not provided
export UID2_BASE_URL=${UID2_BASE_URL:-"https://operator-integ.uidapi.com"}
export SERVER_PUBLIC_KEY=${SERVER_PUBLIC_KEY:-"UID2-X-I-MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEo+jcPlk8GWn3iG0R5Il2cbFQI9hR3TvHxaBUKHl5Vh+ugr+9uLMiXihka8To07ETFGghEifY96Hrpe5RnYko7Q=="}
export SUBSCRIPTION_ID=${SUBSCRIPTION_ID:-"DMr7uHxqLU"}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

can these variables be reused between here and the .env/.env.sample file?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I made a change to this to have a single source for env variables. We don't want to assume an .env file exists so we need the defaults in here

export $(cat /tmp/env | xargs)

# Set default values if not provided
export UID2_BASE_URL=${UID2_CSTG_BASE_URL:-"https://operator-integ.uidapi.com"}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

should this just be BASE_URL then? and base url everywhere instead of UID2_BASE_URL. its a little weird to have base url start with UID2 but server public key and subscription id don't

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

changed

@ssundahlTTD
ssundahlTTD merged commit 3489d3c into main Oct 10, 2025
2 checks passed
@ssundahlTTD
ssundahlTTD deleted the sas-UID2-6012-migrate-sample-sites branch October 10, 2025 22:28
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.

2 participants