- TFLint v0.55
- Go v1.24
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
.
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 |