Hi Mikyo Thanks for your response. I am deploying phoenix in ECS fargate along with my chatbot services. These chatbot services send traces to the phoenix services. Right now upon successful deployment of the phoenix, the other chatbot services will start. This is completely automated in the code pipeline. Now I need to add a manual intervention after phoenix is deployed, need to change the admin default password, generate a system API key, and store it in one of the secrets and pass it to downstream applications as input or environment variable etc. I want to avoid this manual intervention. Hope it is clear...