From 7bc0c39b65b77aeb753c400bf9a576e65f160596 Mon Sep 17 00:00:00 2001 From: Cedric Verstraeten Date: Thu, 17 Oct 2024 13:28:33 +0200 Subject: [PATCH] mention passwords, by default use nodeport --- README.microk8s.md | 4 ++-- kerberos-agent-deployment.yaml | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.microk8s.md b/README.microk8s.md index 26e5ab8..1f817fe 100644 --- a/README.microk8s.md +++ b/README.microk8s.md @@ -300,7 +300,7 @@ With the Kerberos Vault installed, we can proceed to configure the various compo ![Configure Vault](./assets/images/configure-vault.gif) -- Navigate to the `Storage Providers` menu and select the (+ Add Storage Provider) button. A modal will appear where you can input the required details. After entering the information, click the "Verify" button to ensure the configuration is valid. Once you receive a "Configuration is valid and working" message, click the "Add Storage Provider" button to complete the process. +- Navigate to the `Storage Providers` menu and select the (+ Add Storage Provider) button. A modal will appear where you can input the required details. After entering the information, click the "Verify" button to ensure the configuration is valid. Once you receive a "Configuration is valid and working" message, click the "Add Storage Provider" button to complete the process. **_(!You are advised to generate more complex access and secret key for Minio, this is just for demo purposes, do not use this in production)_** - Minio - Enabled: true @@ -311,7 +311,7 @@ With the Kerberos Vault installed, we can proceed to configure the various compo - Access key: minio - Secret key: minio123 -- Navigate to the `Integrations` menu and select the (+ Add Integration) button. A modal will appear where you can input the required details. After entering the information, click the "Verify" button to ensure the configuration is valid. Once you receive a "Configuration is valid and working" message, click the "Add Integration" button to complete the process. +- Navigate to the `Integrations` menu and select the (+ Add Integration) button. A modal will appear where you can input the required details. After entering the information, click the "Verify" button to ensure the configuration is valid. Once you receive a "Configuration is valid and working" message, click the "Add Integration" button to complete the process. **_(!You are advised to generate more complex username and password for RabbitMQ, this is just for demo purposes, do not use this in production)_** - RabbitMQ - Enabled: true diff --git a/kerberos-agent-deployment.yaml b/kerberos-agent-deployment.yaml index e872989..595ee71 100644 --- a/kerberos-agent-deployment.yaml +++ b/kerberos-agent-deployment.yaml @@ -39,7 +39,8 @@ spec: - name: AGENT_CLOUD value: kstorage - name: AGENT_KERBEROSVAULT_URI - value: http://vault-lb.kerberos-vault/api + #value: http://vault-lb.kerberos-vault/api + value: http://vault-nodeport.kerberos-vault:80/api - name: AGENT_KERBEROSVAULT_ACCESS_KEY value: XJoi2@bgSOvOYBy# - name: AGENT_KERBEROSVAULT_SECRET_KEY