Create a Mapped Secret

Create mapped secrets to use in decryption profiles to decrypt and inspect SSL/TLS traffic with SSL forward proxy or SSL inbound inspection.

Before you can create a mapped secret, you must set up network traffic decryption and inspection .
You can create a maximum of 300 SSL inbound inspection mapped secrets. You can create a maximum of one SSL forward proxy mapped secret.
Important

Some names are reserved by Palo Alto Networks® and can't be used.
    1. Open the navigation menu, and select Identity & Security. Under Firewalls, select Network Firewall policies.
    2. Select that compartment that contains the policy that you want to create the mapped secret in.
    3. Select the policy.
    4. On the details page, select the TLS decryption tab.
    5. From within the Mapped secrets table, select Create mapped secret.
    6. In the Mapped secret name field, enter a name for the secret. Avoid entering confidential information.
    7. (Optional) In the Description field, enter a brief summary of the mapped secret.
      Use this field to provide details about the mapped secret used in decryption profiles to help other users understand its purpose or configuration. You can enter up to 1,000 characters and can edit this field at any time.
    8. In the Mapped secret type list, select one of the following options:
      • Select SSL Forward Proxy to decrypt or inspect outbound SSL/TLS traffic from internal users to the internet.
      • Select SSL Inbound Inspection to decrypt or inspect SSL/TLS traffic sent to servers protected by the firewall.
    9. In the Vault Compartment list, select the compartment.
    10. In the Vault list, select the vault that contains the secret that you want to map to the inbound or outbound key.
    11. In the Secret Compartment, select the secret compartment.
    12. In the Secret list, select one or more secrets.
    13. In the Version number list, select the secret version for each secret.
    14. Select Create.
  • Use the network-firewall mapped-secret create command and required parameters to create a mapped secret:

    oci network-firewall mapped-secret create --name my_mapped_secret --source OCI_VAULT
    --network-firewall-policy-id network firewall policy OCID --compartment-id compartment OCID
    --type SSL_INBOUND_INSPECTION --vault-secret-ID secret OCID --version-number integer [OPTIONS]

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • Run the CreateMappedSecret operation to create a mapped secret.