Skip to content

update xrefs for Druid pages #371

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

Merged
merged 6 commits into from
Mar 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/concepts/pages/opa.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ Read more about the xref:opa:index.adoc[]. Read more about product integration w

* xref:trino:usage_guide/security.adoc#_authorization[Trino]
* xref:kafka:usage.adoc[Kafka]
* xref:druid:usage.adoc#_using_open_policy_agent_opa_for_authorization[Druid]
* xref:druid:usage-guide/security.adoc#authorization[Druid]

You can also have a look at the xref:contributor:opa_configuration.adoc[implementation guidelines for OPA authorizers] or learn more about the xref:service_discovery.adoc[service discovery mechanism] used across the platform.
2 changes: 1 addition & 1 deletion modules/concepts/pages/s3.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// -------------- Intro ----------------

Many of the tools on the Stackable platform integrate with S3 storage in some way.
For example Druid can xref:druid:usage.adoc#_s3_for_ingestion[ingest data from S3] and also xref:druid:usage.adoc##_s3_deep_storage[use S3 as a backend for deep storage], Spark can use an xref:spark-k8s:usage.adoc#_s3_bucket_specification[S3 bucket] to store application files and data.
For example Druid can xref:druid:usage-guide/ingestion.adoc#s3[ingest data from S3] and also xref:druid:usage-guide/deep-storage.adoc#s3[use S3 as a backend for deep storage], Spark can use an xref:spark-k8s:usage.adoc#_s3_bucket_specification[S3 bucket] to store application files and data.

== S3Connection and S3Bucket
// introducing the objects
Expand Down