Giter Site home page Giter Site logo

f5devcentral / f5-xc-terraform-examples Goto Github PK

View Code? Open in Web Editor NEW
16.0 7.0 34.0 129.71 MB

Configuration examples for F5 Distributed Cloud (XC). Both XC console-based configuration and Terraform automated deployment provided for each example.

License: Apache License 2.0

HCL 93.60% Shell 4.40% HTML 1.93% Smarty 0.07%

f5-xc-terraform-examples's Introduction

F5 Distributed Cloud Terraform Examples

Overview

Examples of F5 Distributed Cloud (XC) deployments utilizing Terraform. For more information on the use cases covered by this project, please see the following articles and workflow guides:

F5 Distributed Cloud WAF

DevCentral Overview Articles Use Case / Workflow Guides (SaaS Console, Automation)
Deploy WAF on any Edge with F5 Distributed Cloud Deploy F5 XC WAF on XC Regional Edges (SaaS Console, Automation)
Deploy WAF on any Edge with F5 Distributed Cloud Deploy F5 XC WAF on XC Regional Edges + AppConnect in VM (SaaS Console, Automation)
Deploy WAF on any Edge with F5 Distributed Cloud Deploy F5 XC WAF on XC Regional Edges + AppConnect in K8s (SaaS Console, Automation)
Deploy WAF on any Edge with F5 Distributed Cloud Deploy F5 XC WAF on XC Customer Edge in AWS (SaaS Console, Automation)
Deploy WAF on any Edge with F5 Distributed Cloud Deploy F5 XC WAF on XC Customer Edge in Azure (SaaS Console, Automation)
Deploy WAF on any Edge with F5 Distributed Cloud Deploy F5 XC WAF on XC Customer Edge in GCP (SaaS Console, Automation)
Deploy WAF on any Edge with F5 Distributed Cloud Deploy F5 XC WAF on XC Customer Edges + MultiCloud (SaaS Console, Automation)
Deploy WAF on any Edge with F5 Distributed Cloud Deploy F5 XC WAF on Kubernetes (SaaS Console, Automation)
Deploy WAF on any Edge with F5 Distributed Cloud Deploy F5 XC WAF on Private Cloud Edge - VMware ESXi (SaaS Console)
Deploy WAF on any Edge with F5 Distributed Cloud Deploy F5 XC WAF on Private Cloud Edge - KVM (SaaS Console)
Deploy WAF on any Edge with F5 Distributed Cloud Deploy F5 XC WAF on Private Cloud Edge - Bare Metal (SaaS Console)

F5 Distributed Cloud API Security

DevCentral Overview Articles Use Case / Workflow Guides (SaaS Console, Automation)
Deploy API Security on Regional Edges with F5 Distributed Cloud Deploy F5 XC API Security on XC Regional Edges
Deploy API Security Anywhere with F5 Distributed Cloud Deploy F5 XC API Security on XC Regional Edges + AppConnect
Deploy API Security Anywhere with F5 Distributed Cloud Deploy F5 XC API Security on XC Customer Edges

F5 Distributed Cloud Bot Protection

DevCentral Overview Articles Use Case / Workflow Guides (SaaS Console, Automation)
Deploy Bot Defense as Code (IaC) or SaaS Console Anywhere Deploy Bot Defense on Regional Edges with F5 Distributed Cloud
Deploy Bot Defense as Code (IaC) or SaaS Console Anywhere Deploy F5 XC Bot Defense for AWS Cloudfront with F5 Distributed Cloud
Deploy Bot Defense as Code (IaC) or SaaS Console Anywhere Deploy Bot Defense in Azure with BIG-IP Connector for F5 Distributed Cloud
Deploy Bot Defense as Code (IaC) or SaaS Console Anywhere Deploy Bot Defense in GCP Using BIG-IP Connector for F5 Distributed Cloud

F5 Distributed Cloud DoS Protection

F5 Distributed Cloud Secure Multi-Cloud Networking (MCN)

DevCentral Overview Articles Use Case / Workflow Guides (SaaS Console, Automation)
Introducing Secure MCN features on F5 Distributed Cloud N/A - Refer to DevCentral article with linked YouTube video
Deploy S-MCN On Any Edge Using F5 Distributed Cloud Deploy Distributed Cloud WAAP Security Easily Using Multiple CE's (SaaS Console, Automation)
Deploy App To App Connectivity Seamlessly Using Distributed Cloud Deploy App To App Connectivity Seamlessly Using Distributed Cloud (SaaS Console, Automation)
Protect multi-cloud and Edge Generative AI applications with F5 Distributed Cloud Deploying and securing Generative AI applications at the Edge with F5 XC AppStack and XC WAF in AWS (SaaS Console, Automation)
Protect multi-cloud and Edge Generative AI applications with F5 Distributed Cloud Connecting and securing distributed Generative AI applications with F5 XC AppConnect and XC WAF in AWS and GCP (SaaS Console, Automation)
Using Network Segmentation in F5 XC routed hybrid & multi-cloud environments Configuring a Secure Network Fabric with Network Segmentation and Cloud Link in a F5 XC routed hybrid and multi-cloud cloud environment
Enable DMZ scalability and minimize your​ appliance footprint (Site Mesh Sites on VMware)

F5 Distributed Cloud Teachable

Teachable Courses Use Case / Workflow Resources (Automation, SaaS Console)
PRE-REQUISITE: Intro Course (Introduction and Initial Automation Configuration) PRE-REQUISITE: Initial Configuration for Teachable Courses GIT Repo
Multi-Cloud Networking Course (Network Connect) MCN Network Connect GIT Repo
Multi-Cloud Networking Course (App Connect) MCN App Delivery Fabric GIT Repo
F5 Distributed Cloud Web Application Firewall (WAF) on Customer Edge Deploy F5 XC WAF on XC Customer Edge in Azure (SaaS Console, Automation)

Getting Started

Prerequisites

Selected Workflow

Example: f5-xc-waf-on-re

Check the Automation section in your workflow guide for more details.

List of Existing Assets

  • xc: F5 Distributed Cloud WAAP
  • infra: AWS Infrastructure (VPC, IGW, etc.)
  • eks: AWS Elastic Kubernetes Service
  • arcadia: Arcadia Finance test web application and API
  • juiceshop: OWASP Juice Shop test web application

Tools

  • Cloud Provider: AWS
  • IAC: Terraform
  • IAC State: Terraform Cloud
  • CI/CD: GitHub Actions

Terraform Cloud

  • Workspaces: Create a CLI or API workspace for each asset in the workflow chosen. Check the Automation section in your workflow guide for more details

Example:

Workflow Assets/Workspaces
f5-xc-waf-on-re infra, xc
  • Workspace Sharing: Under the settings for each Workspace, set the Remote state sharing to share with each Workspace created.

  • Variable Set: Create a Variable Set with the following values:

    Name Type Description
    AWS_ACCESS_KEY_ID Environment Your AWS Access Key ID
    AWS_SECRET_ACCESS_KEY Environment Your AWS Secret Access Key
    AWS_SESSION_TOKEN Environment Your AWS Session Token
    VOLT_API_P12_FILE Environment Your F5XC API certificate file name. Set this to api.p12
    VES_P12_PASSWORD Environment Set this to the password you supplied when creating your F5 XC API certificate
    ssh_key Terraform Your ssh key for accessing the created BIG-IP and compute assets
    admin_src_addr Terraform The source address and subnet in CIDR format of your administrative workstation
    tf_cloud_organization Terraform Your Terraform Cloud Organization name

GitHub

  • Fork and Clone Repo. Navigate to Actions tab and enable it.

  • Actions Secrets: Create the following GitHub Actions secrets in your forked repo

    • P12: The linux base64 encoded F5XC API certificate
    • TF_API_TOKEN: Your Terraform Cloud API token
    • TF_CLOUD_ORGANIZATION: Your Terraform Cloud Organization name
    • TF_CLOUD_WORKSPACE_<Workspace Name>: Create for each workspace in your workflow
      • EX: TF_CLOUD_WORKSPACE_BIGIP_BASE would be created with the value bigip-base

Workflow Runs

STEP 1: Check out a branch for the workflow you wish to run using the following naming convention.

DEPLOY

Workflow Branch Name
f5-xc-waf-on-k8s deploy-f5-xc-waf-on-k8s
f5-xc-waf-on-re deploy-f5-xc-waf-on-re

DESTROY

Workflow Branch Name
f5-xc-waf-on-k8s destroy-f5-xc-waf-on-k8s
f5-xc-waf-on-re destroy-f5-xc-waf-on-re

STEP 2: Rename infra/terraform.tfvars.examples to infra/terraform.tfvars and add the following data:

  • project_prefix = "Your project identifier name in lower case letters only - this will be applied as a prefix to all assets"
  • resource_owner = "Your-name"
  • aws_region = "AWS Region" ex. us-east-1
  • azs = ["us-east-1a", "us-east1b"] - Change to Correct Availability Zones based on selected Region
  • Also update assets boolean value as per your work-flow

Step 3: Rename xc/terraform.tfvars.examples to xc/terraform.tfvars and add the following data:

  • api_url = "Your F5XC tenant"
  • xc_tenant = "Your tenant id available in F5 XC Administration section Tenant Overview menu"
  • xc_namespace = "The existing XC namespace where you want to deploy resources"
  • app_domain = "the FQDN of your app (cert will be autogenerated)"
  • xc_waf_blocking = "Set to true to enable blocking"

STEP 4: Commit and push your build branch to your forked repo

  • Build will run and can be monitored in the GitHub Actions tab and TF Cloud console

STEP 5: Once the pipeline completes, verify your assets were deployed or destroyed based on your workflow.
NOTE: The autocert process takes time. It may be 5 to 10 minutes before Let's Encrypt has provided the cert.

Development

Outline any requirements to setup a development environment if someone would like to contribute. You may also link to another file for this information.

Support

For support, please open a GitHub issue. Note, the code in this repository is community supported and is not supported by F5 Networks.

Community Code of Conduct

Please refer to the F5 DevCentral Community Code of Conduct.

License

Apache License 2.0

Copyright

Copyright 2014-2020 F5 Networks Inc.

F5 Networks Contributor License Agreement

Before you start contributing to any project sponsored by F5 Networks, Inc. (F5) on GitHub, you will need to sign a Contributor License Agreement (CLA).

If you are signing as an individual, we recommend that you talk to your employer (if applicable) before signing the CLA since some employment agreements may have restrictions on your contributions to other projects. Otherwise by submitting a CLA you represent that you are legally entitled to grant the licenses recited therein.

If your employer has rights to intellectual property that you create, such as your contributions, you represent that you have received permission to make contributions on behalf of that employer, that your employer has waived such rights for your contributions, or that your employer has executed a separate CLA with F5.

If you are signing on behalf of a company, you represent that you are legally entitled to grant the license recited therein. You represent further that each employee of the entity that submits contributions is authorized to submit such contributions on behalf of the entity pursuant to the CLA.

f5-xc-terraform-examples's People

Contributors

a500drvr avatar aknot242 avatar chaithanyadileep avatar drpotters avatar github4demo avatar janibashamd avatar jeremieon avatar karlbort avatar knowbase avatar nikg avatar salini2579 avatar shubhammishra9 avatar sshajiya avatar vtobi avatar yoctoalex avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.