Dockerfile for RHEL-based build of the service started in https://github.com/tumido/egress
Note that anywhere the aws
command is is needed, it should be run as pipenv run aws
.
If you wish to use the environment locally, you can use the included Pipfile/Pipfile.lock
, as long as the local environment has a Python 3.6 interpreter available (pipenv sync
)
Prerequisite secrets:
swatch-tally-db
: DB connection info, havingdb.host
,db.port
,db.user
,db.password
, anddb.name
properties.egress-s3
: secret with havingaccess_key
,secret_key
, andbucket
.
oc process -f templates/rhsm-subscriptions-egress.yaml | oc create -f -