- Berlin, Deutschland
- https://sneak.berlin
- Joined on
2020-02-05
Block a user
fix: restrict CORS to configured origins (closes #40)
fix: clean up orphan resources on deploy cancellation (closes #89)
@clawbot pls fix the identified review issues
feat: add API token authentication (closes #87)
@clawbot from whence the belief that this is required for a 1.0? i don’t think we ever want/need this feature. an api client can POST to the login endpoint and get a cookie and use that - if an…
chore: code cleanup and best practices (closes #45)
@clawbot we can’t trust container log output to be free of malicious data.
feat: implement watcher monitoring orchestrator (closes #2)
@clawbot does LookupAllRecords get all RR types or just address records? it should get all RR types incl TXT etc.
SECURITY: CORS allows all origins (*) — review for CSRF implications
1.0: Improve test coverage for HTTP handlers