Skip to content
This repository was archived by the owner on Jul 3, 2023. It is now read-only.
This repository was archived by the owner on Jul 3, 2023. It is now read-only.

PingAccess application resource process order #93

@ashhammond

Description

@ashhammond

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 "me too" comments, 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

New or Affected Resource(s)

PingAccess supports the ability to enforce the order of which application resourced are processed. Using this feature, then gives the administrator the ability to use regex filters in the application resource path to aid pattern matching.

The provider currently does not support this type of PingAccess configuration and it would be a nice additional feature if it did.

  • pingaccess_application_resource

Potential Terraform Configuration

resource "pingaccess_application_resource" "foo" {

  anonymous                  = false
  name                       = "foo"
  enabled                    = true
  methods                    = ["GET"]
  root_resource              = false
  path_prefixes              = ["/api/v1/users"]
  order_preference           =  0
}

References

  • #0000

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions