You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
added support to the DA to deploy and manage a Kibana instance in a code engine project. To enable, set enable_kibana_dashboard to true (#309) (8c3c2af)
added default values in the DA for admin_pass_sm_secret_group ("elasticsearch-secrets") and admin_pass_sm_secret_name ("elasticsearch-admin-password") (#298) (e220b34)
added support to always create an admin password in the DA solution. If no value is entered with the admin_pass input, a random password is generated and can be got from the admin_pass sensitive output. The value can be added to a secrets manager secret using the inputs existing_secrets_manager_instance_crn, admin_pass_sm_secret_group, use_existing_admin_pass_sm_secret_group and admin_pass_sm_secret_name. (#295) (71e66a2)