Skip to content

Commit 27f322d

Browse files
sbernauerTechassi
andauthored
Apply suggestions from code review
Co-authored-by: Techassi <[email protected]>
1 parent 9cea263 commit 27f322d

File tree

1 file changed

+2
-2
lines changed
  • crates/stackable-operator/src/commons/authentication

1 file changed

+2
-2
lines changed

crates/stackable-operator/src/commons/authentication/oidc.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ impl AuthenticationProvider {
113113
}
114114
}
115115

116-
/// Returns the base [`Url`] without any path segments.
116+
/// Returns the OIDC base [`Url`] without any path segments.
117117
///
118118
/// The base url only contains the scheme, the host, and an optional port.
119119
fn base_url(&self) -> Result<Url> {
@@ -147,7 +147,7 @@ impl AuthenticationProvider {
147147
Ok(url)
148148
}
149149

150-
/// Returns the well-known [`Url`] without a trailing slash.
150+
/// Returns the well-known OIDC configuration [`Url`] without a trailing slash.
151151
///
152152
/// The returned url is a combination of [`Self::endpoint_url`] joined with
153153
/// the well-known OIDC configuration path `DEFAULT_WELLKNOWN_OIDC_CONFIG_PATH`.

0 commit comments

Comments
 (0)