13 Feb 2024 08:09 PM - last edited on 07 Mar 2024 08:51 AM by Michal_Gebacki
Hello,
I have a question about OneAgent data transmission security. Could you please explain how authentication is implemented between OneAgent and the Dynatrace server? Also, is any type of encryption used for sending and receiving data?
Solved! Go to Solution.
13 Feb 2024 08:14 PM - edited 13 Feb 2024 08:15 PM
@Arjun123 you can find details in the documentation - data encryption in transit. OneAgents and ActiveGates use tokens for authentication.
13 Feb 2024 08:26 PM
In the documentation, it states that all communication is sent in a protobuf-serialized format. Here, the serialized data is directly sent to the server. You can perform additional encoding or compression if needed. If the user's tenant token and ID are compromised, it is possible for someone to modify or post unwanted data to the server.