Edit the secrets.yaml File

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.

appdController

Enter the following parameters for to access the controller:

  • 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

This section is only for 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