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 support for "Application Catalog" applications (applications that have type=TEMPLATE_APP) #841

Open
patrickcping opened this issue Jun 18, 2024 · 0 comments
Labels
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
Milestone

Comments

@patrickcping
Copy link
Collaborator

patrickcping commented Jun 18, 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

The platform supports configuration of applications based on application templates (where type=TEMPLATE_APP in the API on the /applications API endpoint). These applications are configured in the web console using the "Application Catalog".

New or Affected Resource(s)

  • pingone_application
  • pingone_integration_metadata - new data source
  • pingone_integration_version_metadata - new data source
  • pingone_integration_version_attribute - new data source
  • pingone_integration_version_asset - new 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_application" "my_awesome_spa" {
  # ... other configuration params

  oidc_options {
    # ... other configuration params

    type     = "TEMPLATE_APP"
    template = {
      # .. TBD configuration params
    }
  }
}

References

@patrickcping patrickcping added type/enhancement New feature or request status/blocked/upstream-sdk The issue/PR is blocked by an upstream SDK status/needs-triage The issue/PR needs initial triage status/blocked/upstream-api The issue/PR is blocked by an upstream API labels Jun 18, 2024
@patrickcping patrickcping added status/blocked/upstream-docs The issue/PR is blocked by upstream documentation and removed status/blocked/upstream-api The issue/PR is blocked by an upstream API labels Jul 4, 2024
@patrickcping patrickcping added this to the v1.1.0 milestone Jul 5, 2024
@patrickcping patrickcping removed the status/blocked/upstream-docs The issue/PR is blocked by upstream documentation label Jul 22, 2024
@patrickcping patrickcping modified the milestones: v1.1.0, v1.2.0 Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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