All Products
Search
Document Center

Serverless App Engine:Configuration management overview

Last Updated:Jul 18, 2023

Serverless App Engine (SAE) integrates the configuration management feature of Application Configuration Management (ACM). You can use ACM in SAE to manage application configurations in a centralized manner.

Note Application Configuration Management (ACM) that is supported by SAE is discontinued. This does not affect the distributed configuration management feature of SAE. We recommend that you use MSE Nacos 2.0 to manage configurations. For more information, see Edition features.

Feature

Description

Document

Create or import a configuration file

You can extract variables and parameters from application code to a configuration file. Then, you can obtain the variables and parameters from the configuration file when you run code. This way, you can quickly modify parameters and reduce code maintenance costs.

Manage configurations

View push status

If a client uses listeners to listen to configurations, you must check whether the configuration information is pushed to the corresponding server after you modify a configuration file.

View push status

Query push tracks

After you modify configuration files by using the configuration management feature, you can check whether the configuration files are pushed and take effect based on push tracks.

Query push tracks

Query and roll back versions

If an error occurs when you modify a configuration file by using the configuration management feature, you must check historical records and immediately roll back the configuration file.

Query and roll back versions

Create and use an encrypted configuration file

SAE provides the data encryption feature to ensure the security of sensitive data in your configurations, such as data sources, tokens, usernames, and passwords.

Create and use an encrypted configuration file