Skip to content

Commit

Permalink
M #-: Add TLS parameter to Service MinIO
Browse files Browse the repository at this point in the history
- Add input for TLS configuration
- Add inputs order attribute to metadata file

Signed-off-by: Alejandro Mosteiro <amosteiro@opennebula.io>
  • Loading branch information
Aletibazo authored and rsmontero committed Oct 18, 2024
1 parent 71503f3 commit 72523f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appliances/service/e2c4538a-1e7a-11ef-949c-97e1d7dcfb6f.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,16 @@ opennebula_template:
oneapp_minio_opts: "$ONEAPP_MINIO_OPTS"
oneapp_minio_root_password: "$ONEAPP_MINIO_ROOT_PASSWORD"
oneapp_minio_root_user: "$ONEAPP_MINIO_ROOT_USER"
oneapp_minio_tls_enabled: "$ONEAPP_MINIO_TLS_ENABLED"
oneapp_minio_tls_cert: "$ONEAPP_MINIO_TLS_CERT"
oneapp_minio_tls_key: "$ONEAPP_MINIO_TLS_KEY"
ssh_public_key: "$USER[SSH_PUBLIC_KEY]"
cpu: '1'
graphics:
listen: 0.0.0.0
type: vnc
inputs_order: >-
ONEAPP_MINIO_HOSTNAME,ONEAPP_MINIO_ROOT_USER,ONEAPP_MINIO_ROOT_PASSWORD,ONEAPP_MINIO_OPTS,ONEAPP_MINIO_TLS_ENABLED,ONEAPP_MINIO_TLS_CERT,ONEAPP_MINIO_TLS_KEY
memory: '2048'
os:
arch: x86_64
Expand All @@ -46,6 +49,7 @@ opennebula_template:
oneapp_minio_root_password: O|password|MinIO root user password for
MinIO server
oneapp_minio_root_user: O|text|MinIO root user for MinIO server| |myminioadmin
oneapp_minio_tls_enabled: "M|boolean|Enable TLS configuration| |YES"
oneapp_minio_tls_cert: O|text64|MinIO TLS certificate (.crt)| |
oneapp_minio_tls_key: O|text64|MinIO TLS key (.key)| |
logo: minio.png
Expand Down

0 comments on commit 72523f4

Please sign in to comment.