Skip to content

feat: Add helm README.md and unit tests#117

Merged
pantierra merged 2 commits intomainfrom
feature/add-helm-readme
Jan 6, 2026
Merged

feat: Add helm README.md and unit tests#117
pantierra merged 2 commits intomainfrom
feature/add-helm-readme

Conversation

@pantierra
Copy link
Copy Markdown
Contributor

  • Adds very basic README.md to helm charts
  • Adds very basic helm chart unit tests
  • Adds helm linting and unit tests to CI

@pantierra pantierra requested a review from alukach December 16, 2025 10:11
@github-actions github-actions Bot added the feat label Dec 16, 2025
@pantierra pantierra force-pushed the feature/add-helm-readme branch 3 times, most recently from 84b63a4 to 5c59e2d Compare December 16, 2025 15:16
Comment thread helm/README.md Outdated
## Installation

```bash
helm install stac-auth-proxy ./stac-auth-proxy \
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it possibly to publish and reference helm charts externally? Or is downloading locally the way that it's done?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Both is possible. I left the local install in the very reduced README.md (for developers only). And the docs state the externally referenced published version.

@pantierra pantierra force-pushed the feature/add-helm-readme branch from 5c59e2d to e30a97b Compare December 18, 2025 14:57
@pantierra pantierra requested a review from alukach December 19, 2025 09:44
@pantierra pantierra merged commit 74a1bc8 into main Jan 6, 2026
4 checks passed
@pantierra pantierra deleted the feature/add-helm-readme branch January 6, 2026 08:37
pantierra added a commit that referenced this pull request Jan 13, 2026
This PR adds the following authorization options to the helm chart:

```
stac-auth-proxy:
  enabled: true

  authorization:
  
    route:
      # mode: "default" (default, DEFAULT_PUBLIC), "custom", "private", "disabled"
      mode: "default"
     
      # Custom endpoint configurations (only used when mode: "custom")
      publicEndpoints: {}
        # Example:
        # "^/collections$": ["GET"]
        # "^/search$": ["GET", "POST"]
      privateEndpoints: {}
        # Example:
        # "^/collections$": [["POST", "collection:create"]]
        # "^/collections/([^/]+)/items$": [["POST", "item:create"]]
    
    record:
      # mode: "disabled" (default), "custom", "opa"
      mode: "disabled"
    
      # Custom filters configurations (only used when mode: "custom")
      custom:
        filtersFile: "data/custom_filters.py"
        
      # OPA configuration (only used when mode: "opa")
      opa:
        url: "http://opa:8181/"
        policy: "stac/items/allow"
```

Manual configuration via environment variables and manual mount of
filter files is still possible.

Moved kubernetes documentation into it's own file and added
documentation for the auth options provided by the helm charts with this
PR.

The PR requires #114 ~and #117~.

I open this as a draft, as I expect us to have a few iterations and
conversations about this.
alukach pushed a commit that referenced this pull request Jan 14, 2026
🤖 I have created a release *beep* *boop*
---


##
[0.11.1](v0.11.0...v0.11.1)
(2026-01-13)


### Features

* Add helm chart auth options.
([#118](#118))
([cfae34b](cfae34b))
* Add helm README.md and unit tests
([#117](#117))
([74a1bc8](74a1bc8))


### Bug Fixes

* Enhance type safety in middleware and utility functions
([#122](#122))
([52cdd0e](52cdd0e))
* Helm chart and app version mismatch.
([#120](#120))
([7998675](7998675))
* Make docker image to run as non-root.
([#116](#116))
([35e06f3](35e06f3))
* Skip CQL2 filter build for OPTIONS requests
([#123](#123))
([6ee043e](6ee043e)),
closes
[#110](#110)


### Documentation

* temporarily disable starlette docstrings
([c4fd9e0](c4fd9e0))


### Miscellaneous Chores

* release 0.11.1
([976dfab](976dfab))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: ds-release-bot[bot] <116609932+ds-release-bot[bot]@users.noreply.github.com>
This was referenced Mar 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants