Merge work done on previous branch

Signed-off-by: Sean Tan <seant@splunk.com>
This commit is contained in:
Sean Tan
2021-08-13 17:24:14 -07:00
parent 6575f2359c
commit d88281b81b
2 changed files with 4 additions and 1 deletions
+2
View File
@@ -259,6 +259,8 @@ catalog:
# Backstage example groups and users
- type: file
target: ../catalog-model/examples/acme-corp.yaml
- type: aws-read-tree
target: https://seant-splunk.s3.us-east-2.amazonaws.com
scaffolder:
# Use to customize default commit author info used when new components are created
+2 -1
View File
@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import { AwsS3ReadTreeProcessor } from '/Users/seantan/backstage/plugins/catalog-backend/src/ingestion/processors/AwsS3ReadTreeProcessor';
import {
CatalogBuilder,
createRouter,
@@ -25,6 +25,7 @@ export default async function createPlugin(
env: PluginEnvironment,
): Promise<Router> {
const builder = await CatalogBuilder.create(env);
builder.addProcessor(new AwsS3ReadTreeProcessor(env.reader));
const {
entitiesCatalog,
locationAnalyzer,