feat(apps-expose): Add INCLUDED_APPS allowlist mode + Power BI Desktop / Excel examples#12
Open
feat(apps-expose): Add INCLUDED_APPS allowlist mode + Power BI Desktop / Excel examples#12
Conversation
Agent-Logs-Url: https://github.com/Parallels/prlctl-scripts/sessions/53f62372-4edc-4922-a32f-d24917f6f66f Co-authored-by: alevlasu <13949219+alevlasu@users.noreply.github.com>
…amples Agent-Logs-Url: https://github.com/Parallels/prlctl-scripts/sessions/90ca7327-a69d-4599-b6ad-e63ac3c5a08a Co-authored-by: alevlasu <13949219+alevlasu@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
alevlasu
May 5, 2026 12:07
View session
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a second filter mode (
FILTER_MODE=include) to the apps-expose service so operators can define an explicit allowlist instead of maintaining a growing denylist. Default behaviour (exclude) is unchanged.Changes
parallels_apps_expose_service.shFILTER_MODEenv var (default:"exclude") — zero impact on existing installsINCLUDED_APPSarray with commented-out"Power BI Desktop"/"Excel"entries as a ready-to-use starting pointis_included()— regex-anchored pattern matcher, mirrorsis_excluded()should_expose()— single dispatch replacing directis_excluded()calls in both cleanup and discovery loopsvalidate_config()— startup warning whenFILTER_MODE=includebutINCLUDED_APPSis emptyREADME.mdPower BI Desktop/Excel,[!WARNING]callout for empty-allowlist misconfigurationType of change
Checklist: