SeanOMik
  • Joined on 2023-04-26
SeanOMik pushed to feature/better-tokens at SeanOMik/orca-registry 2023-07-22 05:48:37 +00:00
1600c89fd2 allow info,warn,error from other logging targets
SeanOMik pushed to feature/better-tokens at SeanOMik/orca-registry 2023-07-22 05:34:45 +00:00
5a0cdd271f Only print logs from the registry, add some debug info to pulling blobs
83d0e61fde Allow range requests when pulling blobs
Compare 2 commits »
SeanOMik pushed to feature/better-tokens at SeanOMik/orca-registry 2023-07-22 04:20:22 +00:00
6f22e84969 Change /auth endpoint to /token, dont allow post for /token
SeanOMik pushed to feature/better-tokens at SeanOMik/orca-registry 2023-07-22 03:48:00 +00:00
c033095bdc Update readme, attempt to fix auth for kubernetes cluster
SeanOMik synced new reference refs/tags/2.2.10-SNAPSHOT to SeanOMik/TamableFoxes from mirror 2023-07-21 05:12:34 +00:00
SeanOMik synced commits to refs/tags/2.2.10-SNAPSHOT at SeanOMik/TamableFoxes from mirror 2023-07-21 05:12:34 +00:00
SeanOMik synced commits to master at SeanOMik/TamableFoxes from mirror 2023-07-21 05:12:33 +00:00
c7655236b1 Update for 1.20.1
SeanOMik pushed to feature/better-tokens at SeanOMik/orca-registry 2023-07-15 01:50:31 +00:00
8e7952131b fix compiler warnings
SeanOMik pushed to feature/better-tokens at SeanOMik/orca-registry 2023-07-15 01:28:21 +00:00
bb063eda80 Update .dockerignore
SeanOMik created branch feature/better-tokens in SeanOMik/orca-registry 2023-07-15 01:27:00 +00:00
SeanOMik pushed to feature/better-tokens at SeanOMik/orca-registry 2023-07-15 01:27:00 +00:00
b46a7a844b Use jwt secret by verifying it in the auth middleware
7cc19bc1cd Store jwt secret in database
95914653e0 Rewrite auth endpoint to allow anonymous tokens, and better tokens
Compare 3 commits »
SeanOMik pushed to main at SeanOMik/orca-registry 2023-07-14 04:38:17 +00:00
618c04c29b Redo auth once again to add a proper 'auth gate' middleware
SeanOMik pushed to main at SeanOMik/orca-registry 2023-07-13 05:25:04 +00:00
2ecebab330 Create sqlite database file if it doesn't exist, implement tls
0150a1a11e fix pulling from public repositories when not logged in
603c0062ba update todo
12827ca37e add log level to config, create /data dir in docker image
8b59e2b32a update builder stage in dockerfile, update readme
Compare 5 commits »
SeanOMik pushed to main at SeanOMik/orca-registry 2023-06-16 05:15:21 +00:00
0546b71c5e create dockerfile, create more configuration options
SeanOMik pushed to main at SeanOMik/orca-registry 2023-06-16 04:28:57 +00:00
b9e41f6d6e respond with forbidden error if the user doesn't have access to an image
875a1ed2b7 restrict users access to repositories, fix bugs with pushing and pulling, and database bugs
Compare 2 commits »
SeanOMik pushed to main at SeanOMik/orca-registry 2023-06-13 04:59:38 +00:00
b09757d382 Update readme
SeanOMik created branch feature/config_auth_driver in SeanOMik/orca-registry 2023-06-12 04:18:12 +00:00
SeanOMik pushed to feature/config_auth_driver at SeanOMik/orca-registry 2023-06-12 04:18:12 +00:00
942161c599 Implement user logging in with auth provided from configuration file
SeanOMik pushed to main at SeanOMik/orca-registry 2023-06-07 18:35:30 +00:00
bbf0854958 Update 'docs/todo.md'
SeanOMik pushed to main at SeanOMik/nixos-dotfiles 2023-06-04 23:16:18 +00:00
9555f1115c "Update"