This repository was archived by the owner on May 12, 2026. It is now read-only.
Commit c693a76
committed
Refactor to /proxy and /backend approach. Node routes prefixed /proxy
are just proxies to the OBP-API endpoints and node adds authentication
headers. /backend routes might do aggregation or other mangling1 parent ece9701 commit c693a76
221 files changed
Lines changed: 327 additions & 5875 deletions
File tree
- src
- lib
- components
- opey/services
- stores
- routes
- (protected)
- abac/rules
- [rule_id]
- edit
- test
- create
- account-access
- account-directory
- accounts
- [bank_id]/[account_id]/[view_id]
- counterparties
- [counterparty_id]
- transactions
- custom-views/create
- system-views
- [view_id]/edit
- create
- aggregate-metrics
- api-collections
- [collection_id]
- delete
- edit
- create
- banks
- [bankId]
- create
- fx-rates
- chat-rooms
- [chat_room_id]
- edit
- bank
- connector-counts
- connector-metrics
- connector-traces
- customers
- [bank_id]/[customer_id]
- account-links
- corporate
- graph
- individual
- dynamic-endpoints
- bank
- [bank_id]
- [id]
- create
- system
- [id]
- create
- dynamic-entities
- diagnostics
- personal/[entityName]
- system
- [id]
- crud
- create
- integration/method-routings
- mandates
- [bank_id]/[account_id]
- [mandate_id]
- create
- products
- [bank_id]/[product_code]
- edit
- bootstrap
- collections
- create
- financial
- rbac
- entitlement-requests
- entitlements
- [entitlement_id]/delete
- bulk-grant
- bulk-revoke
- create
- groups
- [group_id]/delete
- create
- memberships/create
- system
- cache
- config-props
- database-pool
- featured-collections
- [collection_id]
- delete
- edit
- add
- features
- log-cache
- migrations
- signal-channels-stats
- signal-channels
- signal-publish
- webui-props
- [id]
- delete
- edit
- create
- user-invitations
- users
- api
- abac-rules
- schema
- validate
- api-collections
- [collection_id]/endpoints/[endpoint_id]
- name/[collection_name]
- banks
- [bankId]/attributes
- cache
- config
- info
- connector-counts
- connector-traces
- devops
- connector-method-names
- log-cache
- migrations
- dynamic-endpoints
- bank/[bank_id]
- [id]
- create
- system
- [id]
- create
- dynamic-entities
- bank/[bankId]
- create
- list
- diagnostics/cleanup
- personal
- [entityName]
- community
- my
- [recordId]
- public
- system
- create
- list
- features
- financial-products/[bank_id]
- metrics
- obp
- banks/[bank_id]
- account-directory
- accounts
- [account_id]
- [view_id]
- account
- counterparties
- [counterparty_id]
- transactions
- mandates
- [mandate_id]
- products/[product_code]/attribute
- users-with-access
- views/[view_id]
- has-account-access
- users-with-access
- chat-rooms
- [chat_room_id]/open-room
- corporate-customers
- currencies
- customers/[customer_id]
- attribute
- fx/[from_currency]/[to_currency]
- mandates/[mandate_id]
- provisions
- [provision_id]
- signatory-panels
- [panel_id]
- retail-customers
- chat-rooms/[chat_room_id]
- open-room
- participants
- customers/[customer_id]/accounts-minimal
- products/[bank_id]
- [product_code]
- attribute
- collections/[collection_code]
- rbac
- entitlement-requests/[requestId]
- entitlements/by-user/[user_id]
- groups/[group_id]
- memberships/[user_id]/[group_id]
- roles-metadata
- resource-docs
- signal/channels
- [channel_name]
- info
- messages
- stats
- system
- config-props
- database-pool
- user-invitations/list
- users
- search-by-email
- search-by-provider-username
- search-by-userid
- search
- backend
- abac-rules
- [rule_id]
- execute
- aggregate-metrics
- api-collections
- [collection_id]
- endpoints
- cache/invalidate
- connector-metrics
- dynamic-endpoints
- bank/[bank_id]/[id]/host
- system/[id]/host
- dynamic-entities
- [id]
- backup
- data
- [recordId]
- featured-collections
- [collection_id]
- integration
- connector-methods
- method-routings
- obp/banks/[bank_id]
- accounts/[account_id]
- customer-account-links
- views
- customers/[customer_id]
- customer-account-links
- customer-links
- views
- opey
- auth
- consent
- invoke
- stream
- [threadId]
- regenerate
- stop
- rbac
- entitlement-requests
- entitlements
- [entitlement_id]
- groups
- memberships
- status
- system-views
- [view_id]
- system/connectors
- user-invitations/create
- users/providers
- user/preferences
- webui-props
- [id]
- proxy/[...path]
- status
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
336 | | - | |
| 336 | + | |
337 | 337 | | |
338 | 338 | | |
339 | 339 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
| 149 | + | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
| |||
0 commit comments