Metadata-Version: 2.4
Name: jupyter-deploy-tf-aws-eks-oidc
Version: 0.1.0rc1
Summary: OIDC terraform template to deploy JupyterLab workspaces on AWS EKS with GitHub authentication.
Project-URL: Homepage, https://github.com/jupyter-infra/jupyter-deploy
Project-URL: github, https://github.com/jupyter-infra/jupyter-deploy/tree/main/libs/jupyter-deploy-tf-aws-eks-oidc
Author-email: Jonathan Guinegagne <jggg@amazon.com>
License: MIT License
        
        Copyright (c) Amazon Web Services
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
License-File: LICENSE
Requires-Python: >=3.12
Requires-Dist: boto3
Requires-Dist: boto3-stubs
Requires-Dist: kubernetes>=31.0.0
Requires-Dist: mypy-boto3-eks
Requires-Dist: mypy-boto3-sts
Description-Content-Type: text/markdown

# Jupyter Deploy AWS EKS OIDC template

The **AWS EKS OIDC Template** deploys **JupyterLab** workspaces on an Amazon EKS cluster,
with HTTPS, GitHub OAuth via Dex, and the [jupyter-k8s](https://github.com/jupyter-infra/jupyter-k8s)
operator for workspace lifecycle management.

**Documentation:** [jupyter-deploy.readthedocs.io](https://jupyter-deploy.readthedocs.io)

## Prerequisites

- An AWS account with CLI credentials configured
- A domain registered in Amazon Route 53
- A GitHub OAuth app for authentication

## Usage

```bash
pip install jupyter-deploy jupyter-deploy-tf-aws-eks-oidc
jd init aws:eks:oidc my-cluster
cd my-cluster
jd config
jd up
```

## License

MIT License — see [LICENSE](LICENSE).
