Skip to content

Latest commit

 

History

114 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TFLint Ruleset for the Terraform Provider for Okta

Build Status Latest Release Go Reference

Usage

Installation

Declare a configuration in .tflint.hcl with

plugin "okta" {
  enabled = true
  version = "x.y.z"  # Replace with desired version.
  source  = "github.com/fionn/tflint-ruleset-okta"
}

and install with tflint --init.

Rules

Name Description Severity Enabled
okta_auth_server_policy_name_length Check the length of okta_auth_server_policy's name attribute ERROR
okta_app_oauth_omit_secret Check that OAuth application secrets are omitted WARNING
okta_app_oauth_plaintext_redirect_uri Check that remote redirect URIs are using HTTPS WARNING
okta_app_implicit_authentication_policy Check that applications specify an authentication policy NOTICE

About

TFLint ruleset for terraform-provider-okta

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Used by

Contributors

Languages