-
Notifications
You must be signed in to change notification settings - Fork 734
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
update steps to run hello-world with ACL in selfhosted mode #996
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good overall, I'm wondering if we should remove the pythonapp / nodeapp specific bits, as this is not a quickstart...
However, this is in context of running the hello-world sample. I updated some links to point to this. |
Did quite a bit of re-writing and restructuring of the docs. Please read this through. It is important that our instructions work for both Linux/MacOs and Windows and so you need to provide env configuration settings for Windows also. Hopefully the cert file exported by Sentry can be reference with these env variables will work for Windows also. Can you test this out? You will see in the doc, tab headings for Linux/MacOS/Windows as in the example here https://docs.dapr.io/getting-started/install-dapr-cli/ I also structured this so there were example config files at the start and these were then used both locally and K8s, rather than having these all bundles under the K8s examples. Note for future doc guidelines.
|
daprdocs/content/en/operations/configuration/invoke-allowlist.md
Outdated
Show resolved
Hide resolved
daprdocs/content/en/operations/configuration/invoke-allowlist.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thank you for helping make the Dapr documentation better!
If you are a new contributor, please see the this contribution guidance which helps keep the Dapr documentation readable, consistent and useful for Dapr users.
Note that you must see that the suggested changes do not break the website docs.dapr.io. See this overview on how to setup a local version of the website and make sure the website is built correctly.
In addition, please fill out the following to help reviewers understand this pull request:
Description
Updated the steps to run hello world sample with Access control list in self hosted mode.
#851
_Please reference the issue this PR will close: #851