Skip to content
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

docs: remove home module from refs (stackabletech/documentation#637) #625

Merged
merged 1 commit into from
Aug 1, 2024
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 docs/modules/trino/pages/usage_guide/configuration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ By default, in case nothing is configured in the custom resource for a certain r
// The "nightly" version is needed because the "include" directive searches for
// files in the "stable" version by default.
// TODO: remove the "nightly" version after the next platform release (current: 22.09)
include::home:concepts:stackable_resource_requests.adoc[]
include::concepts:stackable_resource_requests.adoc[]

If no resource requests are configured explicitly, the Trino operator uses the following defaults:

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/trino/pages/usage_guide/log_aggregation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ spec:
Currently, the logs are collected only for `server.log`. Logging for `http-request.log` is disabled by default.

Further information on how to configure logging, can be found in
xref:home:concepts:logging.adoc[].
xref:concepts:logging.adoc[].
2 changes: 1 addition & 1 deletion docs/modules/trino/pages/usage_guide/monitoring.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= Monitoring

The managed Trino instances are automatically configured to export Prometheus metrics. See
xref:home:operators:monitoring.adoc[] for more details.
xref:operators:monitoring.adoc[] for more details.

4 changes: 2 additions & 2 deletions docs/modules/trino/pages/usage_guide/security.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ include::example$usage_guide/trino-file-auth-snippet.yaml[tag=trino]

=== LDAP

The Trino operator supports https://trino.io/docs/current/security/ldap.html[LDAP authentication] as well and authentication in Stackable is done using xref:home:concepts:authentication.adoc#authenticationclass[AuthenticationClasses]:
The Trino operator supports https://trino.io/docs/current/security/ldap.html[LDAP authentication] as well and authentication in Stackable is done using xref:concepts:authentication.adoc#authenticationclass[AuthenticationClasses]:

[source,yaml]
----
include::example$usage_guide/trino-ldap-auth-snippet.yaml[tag=authclass]
----

NOTE: You can follow the xref:home:tutorials:authentication_with_openldap.adoc[] tutorial to learn how to create an AuthenticationClass for an LDAP server.
NOTE: You can follow the xref:tutorials:authentication_with_openldap.adoc[] tutorial to learn how to create an AuthenticationClass for an LDAP server.

With an AuthenticationClass ready, `PASSWORD` authentication using LDAP is done by referincing the LDAP AuthenticationClass:

Expand Down
Loading