azureeif

package
v0.0.0-...-71e82b1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 26, 2021 License: Apache-2.0 Imports: 13 Imported by: 0

README

Encryption in Flight Probe Notes

This directory contains the feature file and code realted to the probing of encryption in flight controls

Mandatory Azure Configuration Variables

  • AZURE_SUBSCRIPTION_ID - the user supplied azure subscription id
  • AZURE_TENANT_ID - the user supplied azure tenant id
  • AZURE_CLIENT_ID - the user supplied azure client id (will n ormally be a service principal application id)
  • AZURE_CLIENT_SECRET - the secret required for client authentication
  • AZURE_RESOURCE_GROUP - the user supplied resource group for Probr purposes and must exist in the specified subscription
  • AZURE_RESOURCE_LOCATION - the azure geo location where test storage account resources may be created

Azure Policy prerequiste

A policy which denies the creation of storage accounts with non-secure http access enabled, must be assigned to the user's azure subscription or azure management group. The applicable built-in azure policy is: Secure transfer to storage accounts should be enabled The assignment must set the 'Effect' parameter value to 'Deny', in order to prevent creation of storage accounts with the EnableHTTPSTrafficOnly option not set to true. Note that the default value is 'Audit', which will not prevent non-compliant account creation.

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Probe probeStruct

Probe allows this probe to be added to the ProbeStore

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL