File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -57,14 +57,24 @@ apiVersion: v1
57
57
kind : Secret
58
58
metadata :
59
59
name : <release-name>-client-info
60
- data :
61
- client-info.yaml : |-
62
- Y2xpZW50czoKLSBob3N0OiAxOTIuMTY4LjEuMQogIGh0dHBzOiBmYWxzZQogIHBhc3N3b3JkOiBwYXNzd29yZAogIHBvcnQ6IDUwMDAKICB1c2VybmFtZTogdXNlcm5hbWUKLSBob3N0OiAxOTIuMTY4LjEuMQogIGh0dHBzOiBmYWxzZQogIHBhc3N3b3JkOiBwYXNzd29yZAogIHBvcnQ6IDUwMDEKICB1c2VybmFtZTogdXNlcm5hbWU=
60
+ stringData :
61
+ client-info.yaml : |
62
+ clients:
63
+ - host: 192.168.1.1
64
+ https: false
65
+ password: changeme
66
+ port: 5000
67
+ username: changeme
68
+ - host: 192.168.1.1
69
+ https: true
70
+ password: changeme
71
+ port: 5001
72
+ username: changeme
63
73
` ` `
64
74
65
75
It's a good practice to create a dedicated user for accessing the Diskstation Manager (DSM) application.
66
76
Your user needs to be a member of the ` administrators` group and have permission to access the `DSM` application.
67
- You can reject any other permissions.
77
+ You can safely reject all other permissions.
68
78
69
79
# # Local Development
70
80
You can’t perform that action at this time.
0 commit comments