An open API service indexing awesome lists of open source software.

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

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 |