Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add verifyAamva boolean property to pingone_verify_policy resource and data source. #926

Open
mjspi opened this issue Nov 4, 2024 · 0 comments
Labels
service/verify PingOne Verify size/small Small change (e.g. adding a small number of parameters to an existing resource/datasource schema) status/blocked/upstream-sdk The issue/PR is blocked by an upstream SDK status/needs-triage The issue/PR needs initial triage type/enhancement New feature or request

Comments

@mjspi
Copy link
Contributor

mjspi commented Nov 4, 2024

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

Enable the configuration of AAMVA DLDV verification support in the PingOne Verify policy. The environment must be licensed for AAMVA verification.

New or Affected Resource(s)

  • pingone_verify - resource and data source

Potential Terraform Configuration

# Copy-paste your PingOne related Terraform configurations here - for large Terraform configs,
# please use a service like Dropbox and share a link to the ZIP file. For
# security, you can also encrypt the files using our GPG public key.

# Remember to replace any account/customer sensitive information in the configuration before submitting the issue
resource "pingone_verify_policy" "my_verify_policy" {
    #...other configuration parameters

    government_id = {
      verify          = "REQUIRED"
      provider_auto   = "VERIFF"
      fail_expired_id = true
      retry_attempts  = "2"
      
      verify_aamva = true # new property
  }
}

References

@mjspi mjspi added type/enhancement New feature or request service/verify PingOne Verify status/blocked/upstream-sdk The issue/PR is blocked by an upstream SDK status/needs-triage The issue/PR needs initial triage size/small Small change (e.g. adding a small number of parameters to an existing resource/datasource schema) labels Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
service/verify PingOne Verify size/small Small change (e.g. adding a small number of parameters to an existing resource/datasource schema) status/blocked/upstream-sdk The issue/PR is blocked by an upstream SDK status/needs-triage The issue/PR needs initial triage type/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant