tracker.org

This commit is contained in:
Yann Esposito (Yogsototh) 2021-05-27 10:11:01 +02:00
parent 53a2a409fd
commit 8ac88fc99c
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -2907,22 +2907,24 @@ larger team.
***** Work I did (When to reach out)
- IROH-Auth: login, OAuth2, OpenID connect, OAuth2 clients, User/Org/Client
management
- TK-Store: access different DB with interfaces. Has been butchered a bit
- **IROH-Auth**: login, OAuth2, OpenID connect, OAuth2 clients, User/Org/Client
management, **scopes**
- **API Security**: **scopes**, how to use them, organize, etc...
- **TK-Store**: access different DB with interfaces. Has been butchered a bit
by Matthieu with its cache interface, he is aware about it.
- Inspect: extract obserables (IP, url, hashes, etc...) from raw text
- **Inspect**: extract obserables (IP, url, hashes, etc...) from raw text
- Response in Module system (iroh-int); now it is more Matthieu
- Admin interface: hidden but *very important*
- Structured logs (via Riemann/ES), helped get data for management: now
- **Admin interface**: hidden but *very important*
- **Structured logs** (via Riemann/ES): helped get data for management: now
should be moved to G2 (but I am still relevant for kibana access, how to
log in our code, still missing structured log, but we are close)
- Code architecture:
- **Code architecture**:
- first decided to use lein-monolith (terrible but best from other
terrible choices), then removed it recently. Take a look at
=CONTRIBUTING.md=. Made =tk-tests= see rationale, etc...
- =let-either= in =iroh-int= (monads, etc..)
- =tk-store= is structured with the flaws from stores in CTIA
- =defwebservice= to centralize how our webservices work
***** Advices