Orchestrators Release Notes (September 29, 2022)
v5.7.1 (5-latest)
Feature Network Policies
Feature
You can now attach Network Policies to user and account objects.
Attach a network policy to a managed user by adding the new parameter network_policy
:
users:
INGESTION:
comment: "User for Ingestion operations"
login_name: "INGESTION"
display_name: "DATAOPS_INGESTION"
network_policy: INGESTION_NETWORK_POLICY
For Account, all is now supported as a value in manage_mode
. Using this value along with the new parameter lets you attach a network policy to Account:
account:
environment: PROD
manage_mode: all
network_policy: INGESTION_NETWORK_POLICY
For all details see the Network Policy reference.
Rollup
This stable release moves all changes from the previous 5-latest release to GA status. For all the available features, improvements, and bug fixes refer to the Orchestrators Release Notes (September 22, 2022).