Skip to content

OESS 2.0.16

Compare
Choose a tag to compare
@jonstout jonstout released this 03 Nov 18:21
· 33 commits to master since this release
a8aa1e2

Features

  • #1441 Add admin approval workflow for cloud provider endpoints
  • #1436 Add link to Interface ACL management under admin > workgroup > interfaces
  • #1434 Remove auto-generation of peers from Oracle endpoints

Fixes

  • #1440 Handle uncaught errors resulting in unexpected peer removal
  • #1439 Fix invalid URL used in email notifications
  • #1438 Remove hard coded URL used in request signatures
  • #1437 Fix case where incorrect MTU is set on GCP endpoints
  • #1431 Correctly sync bandwidth on from Azure on l2 endpoints
  • #1430 Fix issue where users with multiple usernames listed multiple times in admin section

Notes

Configuration Changes

The speed tag in interface-speed-config.xml now supports the requires_approval attribute and defaults to 0. Matching endpoints will be added to the database upon connection creation, but will not be provisioned until approved by an admin. Endpoint approvals / denials may be performed via the admin section of the UI.

The config tag in database.xml now supports the approval_email attribute and defaults to root@localhost. This attribute defines where notifications are sent when connections are created with endpoints that require admin approval.