feat(applications): seed Drillmark as a hosted launcher tile #48
No reviewers
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
psa-systems/bunyip!48
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/seed-drillmark-application"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Second-product mirror of 20260603000020_seed_mokosh_hosted_application.sql.
Adds a single is_hosted = TRUE row so dashboard.rs renders a 'Drillmark'
launcher tile that links to https://drillmark.a8n.systems/dashboard on c-01
(the /dashboard suffix is appended by the launcher tile template per
fix/launcher-tile-to-dashboard).
Companion to docs/new-auth/drillmark in the docs repo. The drillmark
backend + frontend already implement the OIDC RS + PKCE RP shape against
a configurable issuer; the rest of the cutover is an env flip in the
docker repo (OIDC_ISSUER / BUNYIP_OIDC_ISSUER / BUNYIP_OIDC_CLIENT_ID).
sort_order = 20 puts Drillmark after Mokosh (10) in the hub grid;
ON CONFLICT (slug) DO NOTHING keeps the migration idempotent.