Skip to content

Pass enterprise name to enterprise-catalog service

Choose a tag to compare

@adamstankiewicz adamstankiewicz released this 06 May 14:02
· 2241 commits to master since this release
bbfdab5
  • Pass enterprise customer's name to enterprise-catalog service during create/update of enterprise catalogs
  • Refactor migrate_enterprise_catalogs management command to check if a catalog already exists in the enterprise-catalog service. If a catalog already exists, it will be updated with a PUT request; otherwise, a new catalog will be created with a POST request.