-
Notifications
You must be signed in to change notification settings - Fork 85
docs(jans-cedarling): add per-language getting started examples #11205
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
Conversation
…d.md Signed-off-by: rmarinn <[email protected]>
Signed-off-by: rmarinn <[email protected]>
@duttarnab i am updating the docs but I am not sure if the snippets for Swift and Kotlin are correct. could you have a look? |
Signed-off-by: rmarinn <[email protected]>
b5cfa7b
to
bbc3988
Compare
|
||
```swift | ||
let cedarling = try Cedarling.loadFromJson(config: "...") | ||
``` | ||
|
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.
Java should be ready for docs. Ask @uprightech . Go is just getting started, but we may want to put a placeholder in the docs for this.
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.
added a placeholder for Go in this commit: ae04138
"CEDARLING_LOG_TYPE": "std_out", | ||
"CEDARLING_LOG_LEVEL": "DEBUG", | ||
"CEDARLING_USER_AUTHZ": "enabled", | ||
"CEDARLING_WORKLOAD_AUTHZ": "disabled", |
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.
Do we need to list the disabled
claims?
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.
We don't need to set the disabled explicitly as it defaults to disabled but i thought it would be a good idea to add those for convenience (like to toggle JWT signature validation) and to hint that they exist.
Signed-off-by: rmarinn <[email protected]>
Signed-off-by: rmarinn <[email protected]>
Signed-off-by: rmarinn <[email protected]>
2d30a33
to
ffbfbbd
Compare
Signed-off-by: rmarinn <[email protected]>
Signed-off-by: rmarinn <[email protected]>
…atory Signed-off-by: duttarnab <[email protected]>
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.
Needs a few fixes. Are we doing the kotlin and swift pages separately from this PR?
Signed-off-by: rmarinn <[email protected]>
Yes |
Signed-off-by: SafinWasi <[email protected]>
Signed-off-by: Safin Wasi <[email protected]>
…Project/jans into jans-cedarling-per-lang-examples
Signed-off-by: SafinWasi <[email protected]>
* docs(cedarling): add per-language example in cedarling-getting-started.md Signed-off-by: rmarinn <[email protected]> * docs(cedarling): add per-lang getting started in mkdocs.yml Signed-off-by: rmarinn <[email protected]> * docs: add javscript example Signed-off-by: rmarinn <[email protected]> * docs: add getting started stub for Go Signed-off-by: rmarinn <[email protected]> * docs: update python installation section Signed-off-by: rmarinn <[email protected]> * docs: add rust getting started section Signed-off-by: rmarinn <[email protected]> * fix: mkdocs.yml formatting Signed-off-by: rmarinn <[email protected]> * fix: formatting in cedarling-getting-started.md Signed-off-by: rmarinn <[email protected]> * fix: python example and docs Signed-off-by: rmarinn <[email protected]> * docs: update getting-started/python.md installation section Signed-off-by: rmarinn <[email protected]> * docs: fix typo 'precompile' to 'pre-compiled' Signed-off-by: rmarinn <[email protected]> * docs: move overview ahead of the getting started section Signed-off-by: rmarinn <[email protected]> * docs: add 'see also' sections in the getting-started docs Signed-off-by: rmarinn <[email protected]> * ci: fix sidecar path Signed-off-by: SafinWasi <[email protected]> * docs: make cedarling initialization code in kotlin, swift more explanatory Signed-off-by: duttarnab <[email protected]> * docs: fix broken links and incorrect grammar Signed-off-by: rmarinn <[email protected]> * docs(jans-cedarling): reformat stuff (#11396) Signed-off-by: SafinWasi <[email protected]> * docs(jans-cedarling): reformat stuff (#11396) Signed-off-by: Safin Wasi <[email protected]> --------- Signed-off-by: rmarinn <[email protected]> Signed-off-by: SafinWasi <[email protected]> Signed-off-by: duttarnab <[email protected]> Signed-off-by: Safin Wasi <[email protected]> Co-authored-by: SafinWasi <[email protected]> Co-authored-by: duttarnab <[email protected]>
Prepare
Description
This PR adds language-specific getting started examples to the docs.
Target issue
closes #11206
Implementation Details
Test and Document the changes
Please check the below before submitting your PR. The PR will not be merged if there are no commits that start with
docs:
to indicate documentation changes or if the below checklist is not selected.Closes #11206,