| openapi: 3.0.1 | |
| info: | |
| contact: | |
| name: Workiva Inc | |
| url: 'https://www.workiva.com' | |
| email: [email protected] | |
| description: | | |
| The Wdata Preparation API allow users | |
| to import data sets from their source system, tag, organize, manipulate, share, | |
| export, and query against the data |
| const AWS = require('aws-sdk'); | |
| const docClient = new AWS.DynamoDB.DocumentClient(); | |
| const parseS3Event = require('./parse-s3-event'); | |
| const TABLE_NAME = process.env.TABLE_NAME; | |
| exports.handler = (event) => { | |
| let S3Objects = parseS3Event(event); | |
| return Promise.all(S3Objects.map(saveToDynamoDB)); | |
| }; |
This example using 3scale 2.1 GA
https://access.redhat.com/downloads/content/3scale-amp-template/2.1.0-4.el7/x86_64/fd431d51/package https://access.redhat.com/downloads/content/3scale-amp-apicast-gateway-template/2.1.0-5.el7/x86_64/fd431d51/package
untar the rpm to get template
$tar -xvzf 3scale-amp-apicast-gateway-template-2.2.0-4.el7.x86_64.rpm
Several places always have their own security policy even for managing messaging broker. Red Hat AMQ a flexible, high-performance messaging platform based on Open Source ActiveMQ Artemis because of the portable design and start to get present in market can’t avoid this security requiredment. Moreover, the security requiredment that required or messaging broker can be generalize to became three role like below:
-
Administrator Role with all rights
-
Application Role that can publish/consume/subscribe/produce to address and also can create/delete address
-
Operation Role that can only query through Web Console or Supported Protocols
| <?xml version='1.0'?> | |
| <!-- | |
| Licensed to the Apache Software Foundation (ASF) under one | |
| or more contributor license agreements. See the NOTICE file | |
| distributed with this work for additional information | |
| regarding copyright ownership. The ASF licenses this file | |
| to you under the Apache License, Version 2.0 (the | |
| "License"); you may not use this file except in compliance | |
| with the License. You may obtain a copy of the License at |
nohup reposync --gpgcheck -lm --repoid=rhel-server-rhscl-7-rpms --download_path=/var/www/html/repos/ --downloadcomps --download-metadata -n > reposynch-rhscl.txt & createrepo --update /var/www/html/repos/rhel-server-rhscl-7-rpms restorecon -vR /var/www/html/repos/rhel-server-rhscl-7-rpms/ chmod -R +r /var/www/html/repos/rhel-server-rhscl-7-rpms/ curl http://ocp-repo-1.osdec.gov.my/repos/rhel-server-rhscl-7-rpms/repodata/repomd.xml -v
./cdk-3.4.0-2-minishift-darwin-amd64 openshift config set --target node --patch '{"kubeletArguments": { "pods-per-core": ["30"] } }'
./cdk-3.4.0-2-minishift-darwin-amd64 config set memory 6144
./cdk-3.4.0-2-minishift-darwin-amd64 config set cpus 3