Skip to content

Commit 881879f

Browse files
Correct 'EOAPI-K8S' to 'eoAPI-K8S' in documentation
Updated documentation to reflect the correct casing for 'eoAPI-K8S'.
1 parent e3899bd commit 881879f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/advanced/stac-auth-proxy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# STAC Auth Proxy Integration with EOAPI-K8S
1+
# STAC Auth Proxy Integration with eoAPI-K8S
22

33
## Solution Overview
44

@@ -25,7 +25,7 @@ raster:
2525
2626
## Deployment Guide
2727
28-
### 1. Configure EOAPI-K8S
28+
### 1. Configure eoAPI-K8S
2929
3030
```yaml
3131
# values.yaml for eoapi-k8s
@@ -102,9 +102,9 @@ Expected behavior:
102102

103103
### Understanding usage of overrideRootPath with stac-auth-proxy
104104

105-
When deploying the EOAPI-K8S with the STAC service behind a stac-auth-proxy, you may want to configure the `stac.overrideRootPath` parameter to control how the FastAPI application handles root path prefixes. This is particularly useful when the auth proxy is responsible for managing the `/stac` path prefix.
105+
When deploying the eoAPI-K8S with the STAC service behind a stac-auth-proxy, you may want to configure the `stac.overrideRootPath` parameter to control how the FastAPI application handles root path prefixes. This is particularly useful when the auth proxy is responsible for managing the `/stac` path prefix.
106106

107-
When deploying stac-auth-proxy in front of the EOAPI service, you may need to configure the root path behavior to avoid URL conflicts. The `stac.overrideRootPath` parameter allows you to control how the STAC FastAPI application handles root path prefixes.
107+
When deploying stac-auth-proxy in front of the eoAPI service, you may need to configure the root path behavior to avoid URL conflicts. The `stac.overrideRootPath` parameter allows you to control how the STAC FastAPI application handles root path prefixes.
108108

109109
### Setting overrideRootPath to Empty String
110110

0 commit comments

Comments
 (0)