Skip to content

TomTucka/terraform-boundary-oidc-auth0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-boundary-oidc-auth0

Terraform module configure OIDC with HashiCorp Boundary using Auth0

Requirements

Name Version
auth0 >= 0.40.0
boundary 1.1.2

Providers

Name Version
auth0 >= 0.40.0
boundary 1.1.2

Inputs

Name Description Type Default Required
account_claim_maps Account claim maps for the to_claim of sub. list(string) [] no
boudnary_scope_id The global boundary scope ID string n/a yes
boundary_url Your Boundary instance URL, do not include to / onthe end of your input. Defaults to localhost string "http://localhost:9200" no
claims_scopes A list of Claims Scopes list(string) [] no
description The description for the application in Auth0 string "Boundary OIDC" no
is_primary_for_scope When true, makes this auth method the primary auth method for the scope in which it resides. bool true no
name The name for the Boundary connection in Auth0 string n/a yes
state The current state of an OIDC auth method string "active-public" no

Outputs

Name Description
auth0_tentant_url The tentant url used to configure OIDC. Note, doesn't include any prefixes
boundary_auth_method_id The auth method id for the Auth0 OIDC connection

Resources

Name Type
auth0_client.client resource
boundary_auth_method_oidc.provider resource
auth0_tenant.tenant data source

About

Terraform module to create OIDC connection in Boundary with Auth0

Resources

Stars

Watchers

Forks

Packages

No packages published