Commit graph

38 commits

Author SHA1 Message Date
Sayan Mallick
c551c487ca
New Docs (#3034)
* New Docs

CSS update and Dockerfile to include docs folder

flash of unrendered text fix

markdown docs

ignore docs/docs.go

improving the docs generation

github actions for docs generation

go runner version fix

updated docs.yml

update repo action updated

updated actions and dns docs

dns complete

More docs update

Complete docs and updated workflow

Update documentation Tue Aug  6 11:17:42 UTC 2024

Update documentation Thu Aug  8 12:26:57 UTC 2024

clean up

clean up

Dockerfile clean up

Updated workflow

Updated workflow

Update docs.yml

Update docs.yml

* requested changes

* changed ingress gateway to remote access gateway
2024-08-15 11:55:01 +05:30
abhishek9686
83cdc1abf6 migrate emqx 2024-03-01 14:26:07 +07:00
abhishek9686
8e240ff701 migrate emqx 2024-03-01 13:35:59 +07:00
Abhishek K
b69bf60160
NET-811: block normal user login from accessing dashboard (#2724)
* block normal user login from accessing dashboard

* header change

* allow from ui header

* allow from ui header

* check for user role after decoding

* block oauth login for normal user

* handle other oauth provider callback funcs for user login
2023-12-20 09:08:55 +04:00
Gabriel de Souza Seibel
922e7dbf2c
[NET-404] Run in limited mode when ee checks fail (#2474)
* Add limited http handlers functionality to rest handler

* Export ee.errValidation (ee.ErrValidation)

* Export a fatal error handled by the hook manager

* Export a new status variable for unlicensed server

* Mark server as unlicensed when ee checks fail

* Handle license validation failures with a (re)boot in a limited state

* Revert "Export a fatal error handled by the hook manager"

This reverts commit 069c21974a8d36e889c73ad78023448d787d62a5.

* Revert "Export ee.errValidation (ee.ErrValidation)"

This reverts commit 59dbab8c79773ca5d879f28cbaf53f3dd4297b9b.

* Revert "Add limited http handlers functionality to rest handler"

This reverts commit e2f1f28facaca54713db76a588839cd2733cf673.

* Revert "Handle license validation failures with a (re)boot in a limited state"

This reverts commit 58cfbbaf522a1345aac1fa67964ebff0a6d60cd8.

* Revert "Mark server as unlicensed when ee checks fail"

This reverts commit 77c6dbdd3c9cfa6e7d6becedef6251e8617ae367.

* Handle license validation failures with a middleware

* Forbid responses if unlicensed ee and not in status api

* Remove unused func
2023-08-03 12:16:58 +05:30
0xdcarns
692441279b added ability to remove legacy nodes 2023-03-07 11:02:51 -05:00
dcarns
ad4bab064b
Merge pull request #2050 from gravitl/GRA-1198-enrollment_keys
Gra 1198 enrollment keys
2023-02-28 09:26:23 -05:00
0xdcarns
2749e7311b Revert "adjusted main to use one single context"
This reverts commit 92d0d12e8f.
2023-02-27 13:36:32 -05:00
0xdcarns
5014c389ca adjusted main to use one single context 2023-02-24 15:46:06 -05:00
0xdcarns
92d0d12e8f adjusted main to use one single context 2023-02-24 15:37:53 -05:00
0xdcarns
71ce2caabd added tokenization + detokenization 2023-02-15 16:32:16 -05:00
Matthew R. Kasun
8bfe255eab Merge remote-tracking branch 'origin/develop' into netclient_refactor_latest
Signed-off-by: Matthew R. Kasun <mkasun@nusak.ca>
2023-01-04 14:16:12 -05:00
walkerwmanuel
6611941ca2 Replaced string methods with HTTP consts 2022-12-23 09:49:08 -05:00
0xdcarns
cc529ab3bd finished initial crud for hosts, fixed stun server close bug 2022-12-19 14:55:24 -05:00
Anish Mukherjee
72687b9a0f minor fix 2022-12-13 11:08:53 +05:30
Anish Mukherjee
9c019ca1b1 change CORS_ALLOWED_ORIGIN input to comma-separated strings 2022-12-13 10:44:10 +05:30
Anish Mukherjee
fa087401b3 move user-groups and network-users to enterprise controllers 2022-11-22 23:45:31 +05:30
Matthew R. Kasun
854c20f772 shutdown netmaker on reciept of sigterm 2022-09-22 16:17:06 -04:00
afeiszli
b670755cce refactoring for ee 2022-09-14 13:26:31 -04:00
0xdcarns
88cd0a6497 initial commit 2022-09-13 15:25:56 -04:00
afeiszli
983d90026c move client public ip check to use server 2022-08-17 17:30:30 -04:00
0xdcarns
7846420fa7 added timer hooks 2022-01-25 11:00:56 -05:00
Lam Tran
f989bd86b5 Gracefully shutdown in HTTP and gRPC apps 2022-01-06 23:00:49 +07:00
0xdcarns
85e8c0abb6 memory issue work 2021-12-08 16:52:32 -05:00
afeiszli
932712619a remade server logs 2021-12-06 15:31:08 -05:00
0xdcarns
4e4e8b3ab5 began oauth implementation 2021-10-21 15:28:58 -04:00
0xdcarns
d7cafbbc4c code linting 2021-10-08 15:07:12 -04:00
afeiszli
70493754b2 ripping out wg grpc stuff 2021-08-09 17:34:13 -04:00
afeiszli
382901b124 changed logs 2021-08-09 12:43:09 -04:00
afeiszli
93b0b94788 Mid way through adopting rqlite 2021-07-21 18:55:19 -04:00
afeiszli
b3655d2fdf fixed startup logs. Removed comms from network list 2021-05-30 11:26:10 -04:00
afeiszli
112b01f526 netclient working for ingress controller 2021-05-27 14:57:59 -04:00
afeiszli
29e332edf7 adding extclient functionality 2021-05-19 13:59:10 -04:00
afeiszli
de3d81db3a configs mostly working. Need to add in public dns default check. 2021-05-05 22:03:37 +00:00
afeiszli
7905f09849 saving work. API functioning but validation bad. 2021-04-27 13:57:26 -04:00
afeiszli
2ea497c6ff massive number of changes to schema and error handling. 2021-04-13 00:42:35 -04:00
afeiszli
f3f2140f23 add remove server from networks with api. Add to default network by default. 2021-04-06 19:13:34 -04:00
afeiszli
0bacbd9f6c first commit 2021-03-25 12:17:52 -04:00