You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "orpiske (via GitHub)" <gi...@apache.org> on 2023/04/11 09:42:04 UTC

[GitHub] [camel-k] orpiske commented on a diff in pull request #4242: chore (docs): add a note about security requirements on macOS

orpiske commented on code in PR #4242:
URL: https://github.com/apache/camel-k/pull/4242#discussion_r1162561879


##########
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 -dr com.apple.quarantine ~/path/to/kamel

Review Comment:
   +1 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org