vakarisz
|
0b0f039474
|
Agent: Add 4 IslandAPIErrors
|
2022-09-16 17:39:46 +03:00 |
Mike Salvatore
|
4e1ca659a9
|
Merge branch '2293-rename-event-serializers' into develop
PR #2300
|
2022-09-16 09:41:37 -04:00 |
Mike Salvatore
|
5669bdd8a2
|
Agent: Add a comment about locking bcrypt and cryptography
|
2022-09-16 09:36:26 -04:00 |
Mike Salvatore
|
9ec55f20ba
|
Merge pull request #2302 from guardicore/lock-cryptography
Lock cryptography and bcrypt
|
2022-09-16 09:34:30 -04:00 |
vakarisz
|
998c1d7a4f
|
Agent: Rename EVENTS_API_URL to AGENT_EVENTS_API_URL
|
2022-09-16 16:20:58 +03:00 |
Mike Salvatore
|
b02bc0ceb0
|
Merge pull request #2298 from guardicore/2216-redundant-ip-lookup
Island, Agent: Move local IP and interface retrieval to common
|
2022-09-16 09:12:26 -04:00 |
Mike Salvatore
|
dd2ed50609
|
CHANGELOG: Fix `/api/agent-events` entry
|
2022-09-16 09:08:27 -04:00 |
vakarisz
|
77a23b7920
|
Island, Common: Delete the cached versions of ip retrieval
|
2022-09-16 16:05:56 +03:00 |
Mike Salvatore
|
f0e8691bc4
|
UT: Rename common/events -> common/agent_events
|
2022-09-16 09:02:09 -04:00 |
Mike Salvatore
|
83279cb1b7
|
UT: Fix CredentialsStolenEvent event import
|
2022-09-16 08:59:28 -04:00 |
Shreya Malviya
|
f8134e505e
|
UT: Fix imports common.events -> common.agent_events
|
2022-09-16 08:58:02 -04:00 |
Shreya Malviya
|
d93eb4565b
|
Island: Fix imports common.events -> common.agent_events
|
2022-09-16 08:58:02 -04:00 |
Shreya Malviya
|
c8d11cdfe7
|
Agent: Fix imports common.events -> common.agent_events
|
2022-09-16 08:58:02 -04:00 |
Shreya Malviya
|
b5736fdd3e
|
Common: Rename common/events/ -> common/agent_events/
|
2022-09-16 08:58:02 -04:00 |
Shreya Malviya
|
e2fed84985
|
Project: Fix import in Vulture allowlist
|
2022-09-16 08:58:02 -04:00 |
Shreya Malviya
|
89a8ed7a5e
|
Island: Rename i_event_repository.py -> i_agent_event_repository.py
|
2022-09-16 08:58:02 -04:00 |
Shreya Malviya
|
c7fef90cd5
|
Project: Fix Vulture allowlist entries
|
2022-09-16 08:58:02 -04:00 |
Shreya Malviya
|
be612abb23
|
UT: Change IEventRepository -> IAgentEventRepository
|
2022-09-16 08:58:02 -04:00 |
Shreya Malviya
|
0dccbd32b6
|
Island: Rename IEventRepository -> IAgentEventRepository
|
2022-09-16 08:58:02 -04:00 |
Shreya Malviya
|
f0d5545f28
|
Island: Rename cc/resources/events.py -> cc/resources/agent_events.py
|
2022-09-16 08:58:02 -04:00 |
Shreya Malviya
|
ad30efcedd
|
Chaneglog: Add entry for endpoint rename
|
2022-09-16 08:58:02 -04:00 |
Shreya Malviya
|
66eaccb698
|
Agent: `/api/agent-events` in place of `/api/events`
|
2022-09-16 08:58:02 -04:00 |
Shreya Malviya
|
cfc0905d0c
|
Island: Rename `/api/events` to `/api/agent-events`
|
2022-09-16 08:58:02 -04:00 |
Shreya Malviya
|
354d6624d3
|
UT: Use AgentEvents in place of Events in test_events.py
|
2022-09-16 08:58:02 -04:00 |
Shreya Malviya
|
c37876cb97
|
Island: Rename resource Events -> AgentEvents
|
2022-09-16 08:58:02 -04:00 |
Shreya Malviya
|
edce35efef
|
Agent: Make log message more specific in agent_event_forwarder.py
|
2022-09-16 08:58:02 -04:00 |
Shreya Malviya
|
5ad5de9c4a
|
UT: Change event_serializer_registry -> agent_event_serializer_registry in test_agent_event_serializer_registry.py
|
2022-09-16 08:58:02 -04:00 |
Shreya Malviya
|
e6db64bf88
|
UT: Rename test_event_serializer_registry.py -> test_agent_event_serializer_registry.py
|
2022-09-16 08:58:02 -04:00 |
Shreya Malviya
|
edb1c97e0a
|
UT: Rename event_serializers/ -> agent_event_serializers/
|
2022-09-16 08:58:02 -04:00 |
Shreya Malviya
|
7bfc2da539
|
UT: Fix import common.event_serializers -> common.agent_event_serializers
|
2022-09-16 08:58:02 -04:00 |
Shreya Malviya
|
91b973cfe3
|
Island: Fix import common.event_serializers -> common.agent_event_serializers
|
2022-09-16 08:58:02 -04:00 |
Shreya Malviya
|
922db9c583
|
Agent: Fix import common.event_serializers -> common.agent_event_serializers
|
2022-09-16 08:58:02 -04:00 |
Shreya Malviya
|
d7327272a0
|
Common: Rename event_serializers/ -> agent_event_serializers/
|
2022-09-16 08:58:02 -04:00 |
Shreya Malviya
|
2f748516a8
|
UT: Change pydantic_event_serializer -> pydantic_agent_event_serializer in test_pydantic_agent_event_serializer.py
|
2022-09-16 08:58:02 -04:00 |
Shreya Malviya
|
d694591d1e
|
UT: Rename test_pydantic_event_serializer.py -> test_pydantic_agent_event_serializer.py
|
2022-09-16 08:58:02 -04:00 |
Shreya Malviya
|
f5a0b42319
|
Common: Rename pydantic_event_serializer.py -> pydantic_agent_event_serializer.py
|
2022-09-16 08:58:02 -04:00 |
Shreya Malviya
|
d729b514e5
|
UT: Use PydanticAgentEventSerializer in place of PydanticEventSerializer
|
2022-09-16 08:58:02 -04:00 |
Shreya Malviya
|
43fd978ce4
|
Common: Rename PydanticEventSerializer -> PydanticAgentEventSerializer
|
2022-09-16 08:58:02 -04:00 |
Shreya Malviya
|
bf5e32a252
|
Project: Remove irrelevant Vulture allowlist entries
|
2022-09-16 08:58:02 -04:00 |
Shreya Malviya
|
940b479ca2
|
Common: Rename event_serializer_registry.py -> agent_event_serializer_registry.py
|
2022-09-16 08:58:02 -04:00 |
Shreya Malviya
|
2568d52730
|
UT: Use AgentEventSerializerRegistry in place of EventSerializerRegistry
|
2022-09-16 08:58:02 -04:00 |
Shreya Malviya
|
4a23f5a95b
|
Island: Use AgentEventSerializerRegistry in place of EventSerializerRegistry
|
2022-09-16 08:58:02 -04:00 |
Shreya Malviya
|
19a59bf3c2
|
Agent: Use AgentEventSerializerRegistry in place of EventSerializerRegistry
|
2022-09-16 08:58:02 -04:00 |
Shreya Malviya
|
6ced4af5dc
|
Common: Rename EventSerializerRegistry -> AgentEventSerializerRegistry
|
2022-09-16 08:58:02 -04:00 |
Shreya Malviya
|
c4ab5d99a9
|
Agent: Fix import in agent_event_forwarder.py
|
2022-09-16 08:58:02 -04:00 |
Shreya Malviya
|
3b22bf0cb4
|
Common:Rename i_event_serializer.py -> i_agent_event_serializer.py
|
2022-09-16 08:58:02 -04:00 |
Shreya Malviya
|
619dc68c0e
|
UT: Use IAgentEventSerializer in place of IEventSerializer
|
2022-09-16 08:58:02 -04:00 |
Shreya Malviya
|
0e2b165c15
|
Agent: Rename IEventSerializer -> IAgentEventSerializer
|
2022-09-16 08:58:02 -04:00 |
Mike Salvatore
|
c82ee2ce97
|
Common: Call get_network_interfaces() from get_my_ip_addresses()
|
2022-09-16 08:52:54 -04:00 |
vakarisz
|
247441663d
|
Common: Rename "get_local_interfaces" to "get_network_interfaces"
|
2022-09-16 15:45:07 +03:00 |