https://github.com/konpyutaika/terraform-authservice
Terraform module to deploy authentication service on Kubernetes
https://github.com/konpyutaika/terraform-authservice
authn-server kubernetes terraform
Last synced: about 2 months ago
JSON representation
Terraform module to deploy authentication service on Kubernetes
- Host: GitHub
- URL: https://github.com/konpyutaika/terraform-authservice
- Owner: konpyutaika
- License: apache-2.0
- Created: 2022-09-24T21:20:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-24T21:38:36.000Z (over 3 years ago)
- Last Synced: 2025-06-26T23:59:01.442Z (12 months ago)
- Topics: authn-server, kubernetes, terraform
- Language: HCL
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- Changelog: CHANGELOG.MD
- License: LICENSE
Awesome Lists containing this project
README
## Requirements
| Name | Version |
|------|---------|
| [terraform](#requirement\_terraform) | >= 0.14 |
| [k8s](#requirement\_k8s) | 0.9.1 |
| [kubernetes](#requirement\_kubernetes) | 2.11.0 |
## Providers
| Name | Version |
|------|---------|
| [k8s](#provider\_k8s) | 0.9.1 |
| [kubernetes](#provider\_kubernetes) | 2.11.0 |
## Modules
No modules.
## Resources
| Name | Type |
|------|------|
| [k8s_manifest.application_crd](https://registry.terraform.io/providers/banzaicloud/k8s/0.9.1/docs/resources/manifest) | resource |
| [k8s_manifest.oidc_authservice](https://registry.terraform.io/providers/banzaicloud/k8s/0.9.1/docs/resources/manifest) | resource |
| [kubernetes_secret.oidc_authservice_parameters](https://registry.terraform.io/providers/hashicorp/kubernetes/2.11.0/docs/resources/secret) | resource |
| [kubernetes_service.authservice](https://registry.terraform.io/providers/hashicorp/kubernetes/2.11.0/docs/resources/service) | resource |
| [kubernetes_stateful_set.authservice](https://registry.terraform.io/providers/hashicorp/kubernetes/2.11.0/docs/resources/stateful_set) | resource |
## Inputs
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [authservice](#input\_authservice) | Auth service configuration, expecting : client\_secret, client\_id, auth\_url, issuer, redirect\_url, userid\_claim, scopes information | `map(any)` | n/a | yes |
| [module\_depends\_on](#input\_module\_depends\_on) | n/a | `any` | `null` | no |
| [namespace](#input\_namespace) | Namespace where the authservice will be deployed | `string` | n/a | yes |
| [userid\_header](#input\_userid\_header) | Name of the header used to pass the user's id | `string` | `"userid"` | no |
## Outputs
| Name | Description |
|------|-------------|
| [userid\_header](#output\_userid\_header) | n/a |