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

feat(web-component): add base-cdn-url attribute #1013

Merged
merged 1 commit into from
Feb 10, 2025
Merged

Conversation

omercnet
Copy link
Member

@omercnet omercnet commented Feb 10, 2025

Related Issues

Fixes https://github.com/descope/etc/issues/9009

Adding a way to customize CDN

Copy link

vercel bot commented Feb 10, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
access-key-management-widget ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 10, 2025 9:59am
audit-management-widget ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 10, 2025 9:59am
role-management-widget ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 10, 2025 9:59am
user-management-widget ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 10, 2025 9:59am
user-profile-widget ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 10, 2025 9:59am

Copy link

nx-cloud bot commented Feb 10, 2025

View your CI Pipeline Execution ↗ for commit b602969.

Command Status Duration Result
nx affected --target test:e2e ✅ Succeeded 5m 12s View ↗
nx affected --target test ✅ Succeeded 2m 47s View ↗
nx affected --target lint --fix=true ✅ Succeeded 9s View ↗
nx affected --target build ✅ Succeeded 2m 24s View ↗
nx affected --target licenseCheck ✅ Succeeded <1s View ↗

☁️ Nx Cloud last updated this comment at 2025-02-10 10:09:27 UTC

@descope descope deleted a comment from nirgur Feb 10, 2025
@omercnet omercnet requested a review from nirgur February 10, 2025 10:24
@omercnet omercnet merged commit 8346412 into main Feb 10, 2025
11 checks passed
@omercnet omercnet deleted the feat/basecdnurl branch February 10, 2025 10:25
@@ -141,7 +141,7 @@ export const descopeUiMixin = createSingletonMixin(
this.#registerEvents(scriptEle);

scriptEle.src = generateScriptUrl(
UI_COMPONENTS_URL,
this.baseCdnUrl || UI_COMPONENTS_URL,
Copy link
Member

Choose a reason for hiding this comment

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

we also need to expose this on high level sdk (react, etc)

omercnet added a commit that referenced this pull request Feb 11, 2025
followup on #1013

adding baseCdnUrl attribute anywhere descopeUi is used
removing redundant baseStaticUrl mixin as it's already declared in the
static resource mixin
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