Skip to content

fionn/tflint-ruleset-okta

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TFLint Ruleset for the Terraform Provider for Okta

Build Status Latest Release

Requirements

  • TFLint v0.55
  • Go v1.24

Installation

Declare a configuration in .tflint.hcl with

plugin "okta" {
  enabled = true
  version = "0.1.9"
  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

Watchers

Forks

Languages

  • Go 98.5%
  • Makefile 1.5%