.. |
account
|
Feature/peer validator (#1553)
|
2024-03-27 18:48:48 +01:00 |
activity
|
[management] Setup key improvements (#2775)
|
2024-10-28 17:52:23 +01:00 |
context
|
Add context to throughout the project and update logging (#2209)
|
2024-07-03 11:33:02 +02:00 |
geolocation
|
[management] Auto update geolite (#2297)
|
2024-09-09 18:27:42 +02:00 |
group
|
fix sonar
|
2024-11-11 22:38:24 +03:00 |
http
|
Refactor auth middleware
|
2024-11-19 23:33:46 +03:00 |
idp
|
[management] improve zitadel idp error response detail by decoding errors (#2634)
|
2024-09-27 22:21:34 +03:00 |
integrated_validator
|
[management] Fix network map update on peer validation (#2849)
|
2024-11-07 09:50:13 +01:00 |
integration_reference
|
Feature/peer validator (#1553)
|
2024-03-27 18:48:48 +01:00 |
jwtclaims
|
[management] Add support to ECDSA public Keys (#2461)
|
2024-08-27 16:37:55 +02:00 |
metrics
|
[management] Setup key improvements (#2775)
|
2024-10-28 17:52:23 +01:00 |
migration
|
[management] Setup key improvements (#2775)
|
2024-10-28 17:52:23 +01:00 |
mock_server
|
Refactor account methods and mock
|
2024-11-19 23:41:22 +03:00 |
peer
|
Refactor peer to use store methods
|
2024-11-14 19:33:57 +03:00 |
posture
|
Refactor posture checks to remove get and save account
|
2024-11-11 12:37:19 +03:00 |
status
|
Add route store methods
|
2024-11-22 00:45:45 +03:00 |
telemetry
|
[management] remove network map diff calculations (#2820)
|
2024-10-31 19:24:15 +01:00 |
testdata
|
Add tests
|
2024-11-22 11:56:52 +03:00 |
testutil
|
Add context to throughout the project and update logging (#2209)
|
2024-07-03 11:33:02 +02:00 |
account_request_buffer.go
|
rename request buffer and update default interval (#2459)
|
2024-08-21 11:44:52 +02:00 |
account_test.go
|
Fix tests
|
2024-11-20 22:45:20 +03:00 |
account.go
|
Refactor account methods and mock
|
2024-11-19 23:41:22 +03:00 |
config.go
|
[relay] Feature/relay integration (#2244)
|
2024-09-08 12:06:14 +02:00 |
dns_test.go
|
[management] remove network map diff calculations (#2820)
|
2024-10-31 19:24:15 +01:00 |
dns.go
|
Refactor dns settings to use store methods
|
2024-11-13 13:15:47 +03:00 |
ephemeral_test.go
|
Refactor ephemeral peers
|
2024-11-14 13:04:49 +03:00 |
ephemeral.go
|
Refactor ephemeral peers
|
2024-11-14 13:04:49 +03:00 |
event_test.go
|
Add context to throughout the project and update logging (#2209)
|
2024-07-03 11:33:02 +02:00 |
event.go
|
Add write lock for peer when saving its connection status (#2359)
|
2024-07-31 14:53:32 +02:00 |
file_store.go
|
Add session expire functionality based on inactivity (#2326)
|
2024-10-13 14:52:43 +02:00 |
group_test.go
|
Fix tests
|
2024-11-12 11:18:16 +03:00 |
group.go
|
Refactor get and save accounts in route ops
|
2024-11-22 00:46:05 +03:00 |
grpcserver.go
|
[management] Add more logs to the peer update processes (#2881)
|
2024-11-12 14:19:22 +01:00 |
integrated_validator.go
|
Refactor peer to use store methods
|
2024-11-14 19:33:57 +03:00 |
management_proto_test.go
|
add tests
|
2024-11-18 16:43:19 +03:00 |
management_suite_test.go
|
Move management server to a separate directory (#67)
|
2021-07-24 16:14:29 +02:00 |
management_test.go
|
[management] Fix network map update on peer validation (#2849)
|
2024-11-07 09:50:13 +01:00 |
nameserver_test.go
|
[management] remove network map diff calculations (#2820)
|
2024-10-31 19:24:15 +01:00 |
nameserver.go
|
Refactor name server groups to use store methods
|
2024-11-13 20:41:30 +03:00 |
network_test.go
|
Exclude second last IP from allocation to use it in the Fake DNS (#912)
|
2023-05-30 18:26:44 +04:00 |
network.go
|
[management] remove network map diff calculations (#2820)
|
2024-10-31 19:24:15 +01:00 |
peer_test.go
|
Fix tests
|
2024-11-20 22:45:20 +03:00 |
peer.go
|
fix peer fields updated after save
|
2024-11-18 16:43:09 +03:00 |
personal_access_token_test.go
|
move into separate package
|
2023-05-16 12:57:56 +02:00 |
personal_access_token.go
|
Refactor user and PAT handling
|
2024-11-19 23:42:27 +03:00 |
policy_test.go
|
Fix tests
|
2024-11-12 11:18:16 +03:00 |
policy.go
|
Retrieve policy groups and posture checks once for validation
|
2024-11-12 18:53:10 +03:00 |
posture_checks_test.go
|
Fix tests
|
2024-11-12 11:18:16 +03:00 |
posture_checks.go
|
Refactor posture checks to remove get and save account
|
2024-11-11 12:37:19 +03:00 |
route_test.go
|
Fix tests
|
2024-11-12 11:18:16 +03:00 |
route.go
|
Add tests
|
2024-11-22 11:56:52 +03:00 |
scheduler_test.go
|
Reduce test logs (#2550)
|
2024-09-06 16:28:19 +02:00 |
scheduler.go
|
Add context to throughout the project and update logging (#2209)
|
2024-07-03 11:33:02 +02:00 |
setupkey_test.go
|
Fix tests
|
2024-11-12 11:18:16 +03:00 |
setupkey.go
|
Change setup key log level to debug for missing group
|
2024-11-11 22:57:24 +03:00 |
sql_store_test.go
|
Add tests
|
2024-11-22 11:56:52 +03:00 |
sql_store.go
|
Add route store methods
|
2024-11-22 00:45:45 +03:00 |
store_test.go
|
[management] Remove file store (#2689)
|
2024-10-03 15:50:35 +02:00 |
store.go
|
Add route store methods
|
2024-11-22 00:45:45 +03:00 |
token_mgr_test.go
|
[relay] Improve relay messages (#2574)
|
2024-09-11 16:20:30 +02:00 |
token_mgr.go
|
[relay] Improve relay messages (#2574)
|
2024-09-11 16:20:30 +02:00 |
updatechannel_test.go
|
[management] remove network map diff calculations (#2820)
|
2024-10-31 19:24:15 +01:00 |
updatechannel.go
|
[management] Add more logs to the peer update processes (#2881)
|
2024-11-12 14:19:22 +01:00 |
user_test.go
|
Add tests
|
2024-11-21 21:03:24 +03:00 |
user.go
|
Fix prevent users from creating PATs for other users
|
2024-11-21 21:03:16 +03:00 |