- {#if $appPath == ''}
-
- Save this app once before you can publish it
-
- {:else}
-
- A viewer of the app will execute the runnables of the app on behalf of the publisher (you)
-
- It ensures that all required resources/runnable visible for publisher but not for viewer
- at time of creating the app would prevent the execution of the app. To guarantee tight
- security, a policy is computed at time of deployment of the app which only allow the
- scripts/flows referred to in the app to be called on behalf of. Furthermore, static
- parameters are not overridable. Hence, users will only be able to use the app as intended
- by the publisher without risk for leaking resources not used in the app.
-
-
+
+ A viewer of the app will execute the runnables of the app on behalf of the publisher (you)
+
+ It ensures that all required resources/runnable visible for publisher but not for viewer at
+ time of creating the app would prevent the execution of the app. To guarantee tight
+ security, a policy is computed at time of deployment of the app which only allow the
+ scripts/flows referred to in the app to be called on behalf of. Furthermore, static
+ parameters are not overridable. Hence, users will only be able to use the app as intended by
+ the publisher without risk for leaking resources not used in the app.
+
+
-
+
-
- Share this url directly or embed it using an iframe (if requiring login, top-level domain
- of embedding app must be the same as the one of Windmill)
-
-
-
- {#if !$enterpriseLicense}
-
- Custom path is an enterprise only feature.
-
-
- {:else if !($userStore?.is_admin || $userStore?.is_super_admin)}
-
- Custom path can only be set by workspace admins
-
-
- {/if}
- {
- customPath = detail ? '' : undefined
- if (customPath === undefined) {
- customPathError = ''
- }
- }}
- checked={customPath !== undefined}
- options={{
- right: 'Use a custom URL'
- }}
- disabled={!$enterpriseLicense || !($userStore?.is_admin || $userStore?.is_super_admin)}
- />
-
- {#if customPath !== undefined}
-
+ Share this url directly or embed it using an iframe (if requiring login, top-level domain of
+ embedding app must be the same as the one of Windmill)
+ {#if !($userStore?.is_admin || $userStore?.is_super_admin)}
+
+ Custom path can only be set by workspace admins
+
+
+ {/if}
+ {#if !$enterpriseLicense}
+