arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

F5 Network

Integration that allows users to request access to a F5 Webtop

hashtag
Example Usage


f5-webtop-integration.tf
resource "apono_integration" "f5-webtop-integration" {
f5-webtop-integration.tf
resource "apono_resource_integration" "f5-webtop-integration" {

hashtag
Schema


  • type f5-webtop

  • connected_resource_types List of resource types to sync.

chevron-rightAvailable resource types you can usehashtag
  • f5-webtop-policy

hashtag
Integration Config


  • hostname (Required | String) F5 Hostname

  • access_profile_id (Required | String) Access Profile Id

  • resource_assign_id (Required | String) Resource Assign Id

f5-webtop-integration.json
{
    "f5-webtop-integration": {
        "name": "F5 Network",
        "type": "f5-webtop",
        "connector_id": "apono-connector-id",
        "connected_resource_types": [
            "f5-webtop-policy"
        ],
        "integration_config": {
            "hostname": "<F5 Hostname>",
            "access_profile_id": "<Access Profile Id>",
            "resource_assign_id": "<Resource Assign Id>",
            "webtop": "<Webtop>",
            "webtop_sections": "<Webtop Sections (Optional)>",
        },
	"secret_store_config": {
    	    "name": "name_template_value",
    	    "namespace": "namespace_template_value"
  	    }
    }
}

webtop (Required | String) Webtop

  • webtop_sections (Optional | String) Webtop Sections (Optional)

  • name = "F5 Network"
    type = "f5-webtop"
    connector_id = "apono-connector-id"
    connected_resource_types = ["f5-webtop-policy"]
    metadata = {
    hostname = "<F5 Hostname>"
    access_profile_id = "<Access Profile Id>"
    resource_assign_id = "<Resource Assign Id>"
    webtop = "<Webtop>"
    webtop_sections = "<Webtop Sections (Optional)>"
    }
    kubernetes_secret = {
    name = "name_template_value"
    namespace = "namespace_template_value"
    }
    }
    name = "F5 Network"
    type = "f5-webtop"
    connector_id = "apono-connector-id"
    connected_resource_types = ["f5-webtop-policy"]
    integration_config = {
    hostname = "<F5 Hostname>"
    access_profile_id = "<Access Profile Id>"
    resource_assign_id = "<Resource Assign Id>"
    webtop = "<Webtop>"
    webtop_sections = "<Webtop Sections (Optional)>"
    }
    secret_store_config = {
    kubernetes = {
    name = "name_template_value"
    namespace = "namespace_template_value"
    }
    }