|
@@ -484,10 +484,10 @@
|
|
|
"ServiceConfig.KeyExistsAndSaveTip": "Key: '{{key}}' already exists. Click Save will override the configuration item.",
|
|
|
"AccessKey.Tips.1": "Add up to 5 access keys per environment.",
|
|
|
"AccessKey.Tips.2": "Once the environment has any enabled access key, the client will be required to configure access key, or the configurations cannot be obtained.",
|
|
|
- "AccessKey.Tips.3": "Configure the access key to prevent unauthorized clients from obtaining the application configuration. The configuration method is as follows(requires apollo-client version 1.6.0+):",
|
|
|
- "AccessKey.Tips.3.1": "Via jvm parameter -Dapollo.access-key.secret",
|
|
|
- "AccessKey.Tips.3.2": "Through the os environment variable APOLLO_ACCESS_KEY_SECRET",
|
|
|
- "AccessKey.Tips.3.3": "Configure apollo.access-key.secret via META-INF/app.properties or application.properties (note that the multi-environment secret is different)",
|
|
|
+ "AccessKey.Tips.3": "Configure the access key to prevent unauthorized clients from obtaining the application configuration. The configuration method is as follows(only apollo-client version 1.6.0+):",
|
|
|
+ "AccessKey.Tips.3.1": "Via jvm parameter: apollo-client version >=1.9.0 is recommended to use -Dapollo.access-key.secret; other versions use -Dapollo.accesskey.secret",
|
|
|
+ "AccessKey.Tips.3.2": "Through the os environment variable: apollo-client version >=1.9.0 is recommended to use APOLLO_ACCESS_KEY_SECRET; other versions use APOLLO_ACCESSKEY_SECRET",
|
|
|
+ "AccessKey.Tips.3.3": "Via META-INF/app.properties or application.properties: apollo-client version >=1.9.0 is recommended to use apollo.access-key.secret; other versions use apollo.accesskey.secret(note that the multi-environment secret is different)",
|
|
|
"AccessKey.NoAccessKeyServiceTips": "There are no access keys in this environment.",
|
|
|
"AccessKey.ConfigAccessKeys.Secret": "Access Key Secret",
|
|
|
"AccessKey.ConfigAccessKeys.Status": "Status",
|