Commit Graph

45 Commits

Author SHA1 Message Date
wpetit 765257b4b1 feat(datastore): add basic testsuite for agent repository
arcad/emissary/pipeline/head Something is wrong with the build of this commit Details
2023-04-12 11:09:53 +02:00
wpetit c4427dfd2b feat(controller,app): sort apps by id 2023-04-11 12:05:51 +02:00
wpetit 280b0fbd50 feat(controller,app): validate app manifests on app load 2023-04-11 12:05:19 +02:00
wpetit 47c2546d54 fix(controller,app): break loop when app is found
arcad/emissary/pipeline/head This commit looks good Details
2023-04-06 18:25:34 +02:00
wpetit b213b8d1ae fix(module,app): handle non existent interface in app url resolver
arcad/emissary/pipeline/head This commit looks good Details
2023-04-06 15:57:00 +02:00
wpetit e8829170e5 feat(sqlite): use busy_timeout pragma to prevent database locking errors 2023-04-06 15:06:16 +02:00
wpetit 253c93dbac fix(module,app): handle host without port in cookie domain identification
arcad/emissary/pipeline/head Something is wrong with the build of this commit Details
2023-04-06 11:00:35 +02:00
wpetit 06b1235707 fix(module,app): handle hosts without port
arcad/emissary/pipeline/head There was a failure building this commit Details
2023-04-06 10:21:52 +02:00
wpetit 2e1ee44e6a feat(module,app): iface-based app url resolving
arcad/emissary/pipeline/head There was a failure building this commit Details
2023-04-05 23:21:43 +02:00
wpetit 242a247222 feat: add mdns controller
arcad/emissary/pipeline/head There was a failure building this commit Details
2023-04-04 20:26:19 +02:00
wpetit 562d698066 feat(controller, app): add fetch module
arcad/emissary/pipeline/head There was a failure building this commit Details
2023-04-02 18:05:53 +02:00
wpetit 909549f056 feat(agent): do not block execution of controllers on error
arcad/emissary/pipeline/head Something is wrong with the build of this commit Details
2023-04-01 19:44:00 +02:00
wpetit 7d551a8312 feat(auth): accept clock skew for token validation
arcad/emissary/pipeline/head Something is wrong with the build of this commit Details
2023-04-01 19:30:45 +02:00
wpetit d02eb91b11 feat(agent): add contactedAt attribute to agent
arcad/emissary/pipeline/head Something is wrong with the build of this commit Details
2023-04-01 14:33:19 +02:00
wpetit d2bcdd2999 feat(storage,agent): add label attribute
arcad/emissary/pipeline/head Something is wrong with the build of this commit Details
2023-04-01 13:28:18 +02:00
wpetit 273265c3ef feat(agent,run): start proxy controller after app one
arcad/emissary/pipeline/head There was a failure building this commit Details
2023-03-31 17:29:33 +02:00
wpetit 3e02a9f031 chore(controller,app): refactor app server mutex usage
arcad/emissary/pipeline/head There was a failure building this commit Details
2023-03-31 17:28:52 +02:00
wpetit b52c687643 feat(sqlite): add default pragmas to dsn 2023-03-31 17:27:54 +02:00
wpetit e5b6c5e949 chore(sqlite): use wal journal mode and enable fk checks by default 2023-03-29 20:58:46 +02:00
wpetit 9c69dc7ec8 feat(auth): use utc time 2023-03-29 20:49:44 +02:00
wpetit 4e6b450338 feat(storage,sqlite): log row closing errors 2023-03-29 20:10:06 +02:00
wpetit 351f22e216 feat(controller,app): automatically redirect requests to cookie domain 2023-03-29 17:29:16 +02:00
wpetit 854a6ae41b fix(controller,app): include auth configuration in changes detection 2023-03-29 15:32:23 +02:00
wpetit a48c2ebe14 fix(controller,app): update app repository on spec changes 2023-03-29 11:27:47 +02:00
wpetit e832b7dedd feat(controller,app): add app module 2023-03-28 20:43:45 +02:00
wpetit e60c441d43 feat: move proxy package from arcad/edge 2023-03-28 11:02:53 +02:00
wpetit a9e5263a19 feat(cli,api): implements agent query filters flags 2023-03-27 11:05:57 +02:00
wpetit 0b783c374a feat(controller,sysupgrade): openwrt upgrade controller 2023-03-24 23:17:55 +01:00
wpetit cd796fff89 feat: host-based routing in proxy 2023-03-22 18:15:22 +01:00
wpetit 1261beb812 feat(agent): execute reconciliation loop directly at startup 2023-03-21 16:05:29 +01:00
wpetit 1b9914c306 feat(spec,app): handle local accounts 2023-03-21 15:21:19 +01:00
wpetit fbcd3ca806 feat: rename gateway spec to proxy 2023-03-21 13:28:41 +01:00
wpetit fa36d55163 feat: basic authorization model 2023-03-13 10:44:58 +01:00
wpetit 55db21ad23 feat(agent,command): add show-thumbprint command 2023-03-10 11:52:42 +01:00
wpetit 258d0bc158 feat: rename client subcommand as api 2023-03-10 11:28:37 +01:00
wpetit b53842cbb7 feat(spec,uci): set 'options' as non required 2023-03-09 15:14:54 +01:00
wpetit d6aab44bee chore: pass authenticator errors to debug logging level 2023-03-09 15:13:23 +01:00
wpetit 5e4d9eb819 feat(spec,uci): allow null options 2023-03-08 20:18:40 +01:00
wpetit a297821f3c feat: use auth token with all client commands 2023-03-08 19:42:40 +01:00
wpetit 0fb0d234d6 feat: authenticate users and agents requests 2023-03-08 17:24:12 +01:00
wpetit bd0d5a621a feat(controller,app): add edge apps controller 2023-03-03 20:37:09 +01:00
wpetit e13de5bd0d feat(agent): add config sub commands 2023-03-02 17:22:27 +01:00
wpetit 1ff29ae1fb feat: agent metadata with custom collectors 2023-03-02 13:05:24 +01:00
wpetit 3310c09320 feat: cli client with spec schema validation 2023-02-28 15:50:35 +01:00
wpetit 088b6843a9 feat: initial commit 2023-02-20 14:43:00 +01:00