You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2023/04/11 12:53:28 UTC

[camel-k] branch main updated: chore (docs): add a note about security requirements on macOS

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

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


The following commit(s) were added to refs/heads/main by this push:
     new df638f5ec chore (docs): add a note about security requirements on macOS
df638f5ec is described below

commit df638f5ecbbce362b264e8f9f81f0b6d569fcc1e
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Tue Apr 11 11:13:45 2023 +0200

    chore (docs): add a note about security requirements on macOS
---
 docs/modules/ROOT/pages/cli/cli.adoc | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/docs/modules/ROOT/pages/cli/cli.adoc b/docs/modules/ROOT/pages/cli/cli.adoc
index d9e4ba6e6..083998393 100644
--- a/docs/modules/ROOT/pages/cli/cli.adoc
+++ b/docs/modules/ROOT/pages/cli/cli.adoc
@@ -8,6 +8,16 @@ Releases of the Camel K CLI are available on:
 - Github Releases: https://github.com/apache/camel-k/releases
 - Homebrew (Mac and Linux): https://formulae.brew.sh/formula/kamel
 
+== Running on macOS
+
+Before running the CLI on macOS, it may be necessary to give adequate permissions for it to run.
+
+It can either be done on the "Privacy & Security" panel in the System Settings or via command-line:
+
+```
+xattr -d com.apple.quarantine /path/to/kamel
+```
+
 == Available Commands
 
 Some of the most used commands are: