Edit thesecrets.yamlFile

Run the following command to edit the secrets.yaml.encrypted file:

helm secrets edit /var/appd/config/secrets.yaml.encrypted
Note: Initially, the secrets.yaml file is at /var/appd/config/secrets.yaml, but after installing the Splunk AppDynamics services, the file is automatically encrypted and moved to /var/appd/config/secrets.yaml.encrypted.
Parameter NameDescriptionExample

appdController

  • rootPassword : Reset the Root password to access Controller administration page. Default value is welcome .
  • adminUsername : create and specify the administrator username. Default value is admin .
  • adminPassword : create and specify the password for the admin user. Default value is welcome .
appdController:
rootUsername: root
rootPassword: welcome
rootAccountname: system
adminUsername: admin
adminPassword: welcome
mysql Specify the MySQL bootstrap configuration. This includes the root user and EUM user configuration.
mysql:
secret:
rootUser: root
rootPassword: <Password>
rootHost: '%'
eumDb: eum_db
eumDbUser: eum_user
eumDbPassword: <Password>
tls

Specify the password to protect the keystore used by the Virtual Appliance services.

tls:
keyStorePassword: changeit
hybrid If you are using the hybrid deployment, provide the Controller and MySQL credentials.
hybrid:
controller:
controllerKey: <Controller-Key-Value>
tenantAccountName: customer1
rootUsername: root
rootPassword: welcome
rootAccountname: system
adminUsername: admin
adminPassword: welcome
mysql:
dbUser: secapp
dbPassword: changeit