canmove, Confirmed users
1,394
edits
(Proposed in-task metrics) |
No edit summary |
||
| Line 15: | Line 15: | ||
** 'project-admin:%': ['auth:create-client:project/%/*', ..] | ** 'project-admin:%': ['auth:create-client:project/%/*', ..] | ||
** With the added hack that: 'project-admin:*' -> ['auth:create-client:project/*, ...'] i.e., drop trailing slash/chars | ** With the added hack that: 'project-admin:*' -> ['auth:create-client:project/*, ...'] i.e., drop trailing slash/chars | ||
== Live-Log Proxy == | |||
Write a server that privileged-clients can open a HTTPS connection to in-order to expose a webhook that http-clients can call. | |||
When normal http-clients access the exposed webhooks the connection will be reverse proxied to the privileged-clients over their out-going connection. | |||
== Login Refactoring == | == Login Refactoring == | ||