Commit 5ab571f
feat(core): add policyDir option to createServer for consumer policy overrides (#899)
* feat(core): add policyDir option to createServer for consumer policy overrides
* feat(core): move policy files to dashboard app, remove built-ins from aurora package
* chore(version): downgrade policy changeset from major to minor
* refactor(core): remove module-level permissionRouter export to avoid eager policy loading
* fix(core): validate policyDir is an absolute path in loadPolicyEngine
* fix(core): downgrade vite-plugin-static-copy to 4.1.0 to satisfy minimumReleaseAge policy
* feat(core): make policyDir required in createServer and throughout the policy loading chain
---------
Co-authored-by: Andreas Pfau <andreas.pfau@sap.com>1 parent fc1bc08 commit 5ab571f
17 files changed
Lines changed: 822 additions & 281 deletions
File tree
- .changeset
- apps/dashboard
- src
- policies
- server
- packages/aurora
- src
- server
- Compute/routers
- types
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
0 commit comments