2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-08-22 02:02:14 +00:00
vinyldns/quickstart/bind9/etc/named.conf.local
Emerle, Ryan a075c3c35e Updates
- Move away from using multiple images for "quickstart" and instead use a single "integration" image which provides all of the dependencies

- Update `docker-up-vinyldns.sh` to support the new `integration` image
- Update `remove-vinyl-containers.sh` to more cleanly.. clean up
- Update `verify.sh` to more reliably run `sbt` targets
- Update `build/docker/api/application.conf` to allow for overrides and default to the `vinyldns-integration` image
- Update `build/docker/portal/application.conf` to allow overrides and use `vinyldns-integration` image
  - Update `build/docker/portal/Dockerfile` to use `vinyldns/build:base-build-portal` to reduce need to download dependencies over and over
- Update `api/assembly` sbt target to output to `assembly` rather than some deeply nested folder in `**/target`
- Update documentation to reflect changes

- Move `docker/` directory to `quickstart/` to reduce confusion with the `build/docker` directory
- Move `bin/` to `utils/` since the files are binaries

- Add `.dockerignore` to root
2021-10-20 09:07:19 -04:00

36 lines
849 B
Plaintext

key "vinyldns." {
algorithm hmac-md5;
secret "nzisn+4G2ldMn0q1CV3vsg==";
};
key "vinyldns-sha1." {
algorithm hmac-sha1;
secret "0nIhR1zS/nHUg2n0AIIUyJwXUyQ=";
};
key "vinyldns-sha224." {
algorithm hmac-sha224;
secret "yud/F666YjcnfqPSulHaYXrNObNnS1Jv+rX61A==";
};
key "vinyldns-sha256." {
algorithm hmac-sha256;
secret "wzLsDGgPRxFaC6z/9Bc0n1W4KrnmaUdFCgCn2+7zbPU=";
};
key "vinyldns-sha384." {
algorithm hmac-sha384;
secret "ne9jSUJ7PBGveM37aOX+ZmBXQgz1EqkbYBO1s5l/LNpjEno4OfYvGo1Lv1rnw3pE";
};
key "vinyldns-sha512." {
algorithm hmac-sha512;
secret "xfKA0DYb88tiUGND+cWddwUg3/SugYSsdvCfBOJ1jr8MEdgbVRyrlVDEXLsfTUGorQ3ShENdymw2yw+rTr+lwA==";
};
include "/etc/bind/named.conf.partition1";
include "/etc/bind/named.conf.partition2";
include "/etc/bind/named.conf.partition3";
include "/etc/bind/named.conf.partition4";