Skip to content

v0.7.0

Compare
Choose a tag to compare
@jorge-ibm jorge-ibm released this 28 Oct 20:52
· 182 commits to master since this release
292584a

Change Logs

Plugin API changes:

  • PluginMetadata struct adds IsAccessFromVPC field to indicate if the plugin supports private endpoint access via VPC.
  • Update PluginContext.IAMEndpoint() to return the corresponding VPC private service endpoint if access is from a VPC.
  • Update PluginContext.ConsoleEndpoint() to return the corresponding VPC private service endpoint if access is from a VPC.
  • Update PluginContext.GetEndpoint() to return VPE endpoint of the core platform services when access is from a VPC.

Other changes:

  • Address gosec false positive
  • Add IsAccessFromVPC, ConsolePrivateVPCEndpoint, and IAMPrivateVPCEndpoint to configuration file.
  • Add configuration check setting IsAccessFromVPC()