This is an automated email from the ASF dual-hosted git repository.

marat pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git


The following commit(s) were added to refs/heads/main by this push:
     new 1901f4cc Default credentials
1901f4cc is described below

commit 1901f4cc2b945081ef06f5b34b392d235910db7a
Author: Marat Gubaidullin <[email protected]>
AuthorDate: Tue Dec 9 13:57:49 2025 -0500

    Default credentials
---
 docs/WEB_DOCKER.md     | 3 +++
 docs/WEB_KUBERNETES.md | 4 +++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/docs/WEB_DOCKER.md b/docs/WEB_DOCKER.md
index 7e880dbd..6e8155cb 100644
--- a/docs/WEB_DOCKER.md
+++ b/docs/WEB_DOCKER.md
@@ -16,3 +16,6 @@
     docker compose up
     ```
 3. Open http://localhost:8080
+
+    Default username: `admin`, password: 
[**********](https://github.com/apache/camel-karavan/blob/3308dfb1df7a6559c027d236243de15e7481cd88/karavan-app/src/main/resources/application.properties#L109C19-L109C29)
+
diff --git a/docs/WEB_KUBERNETES.md b/docs/WEB_KUBERNETES.md
index 630dc8fb..ec5ea4a9 100644
--- a/docs/WEB_KUBERNETES.md
+++ b/docs/WEB_KUBERNETES.md
@@ -33,4 +33,6 @@
 7. Expose karavan service
     ```
     minikube service karavan --url --namespace karavan
-    ```
\ No newline at end of file
+    ```
+
+    Default username: `admin`, password: 
[**********](https://github.com/apache/camel-karavan/blob/3308dfb1df7a6559c027d236243de15e7481cd88/karavan-app/src/main/resources/application.properties#L109C19-L109C29)
\ No newline at end of file

Reply via email to