You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ You can use this SDK in your application by adding the following dependency:
18
18
<dependency>
19
19
<groupId>com.delinea.secrets</groupId>
20
20
<artifactId>tss-sdk-java</artifactId>
21
-
<version>2.1.0</version>
21
+
<version>2.1.1</version>
22
22
</dependency>
23
23
```
24
24
@@ -49,7 +49,7 @@ Set authentication_mode to 0 for fetch secret using Secret Server credentials, S
49
49
```ini
50
50
authentication_mode =0
51
51
server_url =Secret_Server_url
52
-
api_version=v1
52
+
autoComment =AutoComment is feature that adds a comment when a secret is accessed in Delinea Secret Server, which is recorded in the secrets Audit log for tracking
53
53
54
54
server.username =application_user
55
55
server.password =application_user_password
@@ -69,7 +69,7 @@ Set authentication_mode to 1 for fetch secret using SDK client, Set the followin
69
69
```ini
70
70
authentication_mode =1
71
71
server_url =Secret_Server_url
72
-
api_version=v1
72
+
autoComment =AutoComment is feature that adds a comment when a secret is accessed in Delinea Secret Server, which is recorded in the secrets Audit log for tracking
73
73
74
74
rule_name =create_rule_name
75
75
onboarding_key =onboarding_key
@@ -85,7 +85,7 @@ Set authentication_mode to 0 for fetch secret using Delinea Platform credentials
85
85
```ini
86
86
authentication_mode =0
87
87
server_url =Delinea_Platform_url
88
-
api_version=v1
88
+
autoComment =AutoComment is feature that adds a comment when a secret is accessed in Delinea Secret Server, which is recorded in the secrets Audit log for tracking
89
89
90
90
server.username =service_user
91
91
server.password =service_user_password
@@ -105,8 +105,8 @@ Set the following properties in application.properties:
105
105
106
106
```ini
107
107
authentication_mode =1
108
-
server_url =Secret_Server_url
109
-
api_version=v1
108
+
server_url =Delinea_Platform_url
109
+
autoComment =AutoComment is feature that adds a comment when a secret is accessed in Delinea Secret Server, which is recorded in the secrets Audit log for tracking
0 commit comments