Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

M #-: Add TLS parameter to Service MinIO #116

Merged
merged 1 commit into from
Oct 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading