Commit Graph

18 Commits

Author SHA1 Message Date
Krish 9ceea89537 Enable Auth over TLS connections (#1552)
* Changes to support auth on the infrastructure
* Auth over TLS/SSL support in BigchainDB, MongoDB, Monitoring Agent, Backup Agent
* Update certificates: Different OUs specified now
* Code formatting
- Make flake happy!
* Raise proper authentication failed error
* Documentation changes for auth
* Support auth in k8s deployment
* Commit certs for monitoring and backup agents
* Configuration to allow Cloud Manager Backup Agent to backup data
* Update docs and remove authentication error
2017-06-22 16:32:04 +02:00
tim bd0d79d399 Allow scheme configuration for ws-server 2017-06-16 09:55:46 +02:00
Krish f2e14fb73c Remove `editable` flag in Dockerfile (#1416)
From `pip install --help`:
```
-e, --editable <path/url>   Install a project in editable mode (i.e.
setuptools "develop mode") from a local project path or a VCS url.
```
2017-04-20 10:38:06 +02:00
Krish ecbcf68de7 Refactor Dockerfile post `locale` errors (#1410)
* Basing BigchainDB docker image from `python:3.6` in `Dockerfile` and `Dockerfile-dev`.
* Added ENV var for websocket interface
* Optimization to Dockerfile-dev to save build time during dev/test.
  Pre-installing the `pynacl` dependeny in separate command so that devs
  do not need to wait while testing. The trade-off is that devs will
  need to clear (`rmi`) the image to start from scratch.
2017-04-19 16:07:44 +02:00
Andrej Svenke 3b99daa080 Docker image optimization. (#1277) 2017-03-17 12:18:20 +01:00
Krish 1bcf84262c Adding a VOLUME statement in Dockerfile (#1212)
- MacOS does not allow users to mount folders from the host unless it is
specified during build time.
- This is needed as the container on Mac needs to access the .bigchaindb
conf file residing on the host.
2017-02-22 18:48:31 +01:00
krish7919 (Krish) f66c44689a Decouple backend DB and BigchainDB 2017-02-08 17:10:45 +01:00
krish7919 (Krish) b318d62f7e Update Dockerfile with comments on force refresh 2017-01-31 13:07:06 -05:00
krish7919 (Krish) aae60ea467 Solves #1105.
The `apt-get update` command executed with the install instructions
should not use a locally cached storage layer.
2017-01-31 13:07:06 -05:00
Jody Winston 704d55988b Fix use of locales for python et al 2016-12-30 12:53:53 -06:00
troymc 29d783425d Remove or comment-out the api_endpoint setting everywhere 2016-11-15 17:05:09 +01:00
troymc 818f38f688 Added installation of libffi-dev (or libffi-devel) to install docs, scripts, Dockerfiles 2016-10-18 10:10:34 +02:00
vrde 7944e0cd98
Allow temporary keypair if no conf file found
Closes #482, closes #559
2016-09-20 16:49:56 +02:00
vrde 08aaf784e5
Update documentation 2016-04-27 17:14:33 +02:00
vrde 2f4c2609a1
Update Dockerfile with new env variables 2016-04-26 04:28:59 +02:00
Sylvain Bellemare e15d4ce39c Fix some config issues for docker-compose 2016-02-15 14:42:15 +01:00
Sylvain Bellemare f8fd4ebaf7 Add rethinkdb to travis.yml 2016-02-10 21:56:25 +01:00
Wrigley the Buffalo 841cabe8c6 Add code, have fun! 2016-02-10 19:55:33 +01:00