https://github.com/samrocketman/consul-nexus3
A Nexus 3 service meant to be used with Consul service discovery.
https://github.com/samrocketman/consul-nexus3
Last synced: 20 days ago
JSON representation
A Nexus 3 service meant to be used with Consul service discovery.
- Host: GitHub
- URL: https://github.com/samrocketman/consul-nexus3
- Owner: samrocketman
- License: apache-2.0
- Created: 2019-11-22T11:21:04.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2020-10-18T07:11:52.000Z (over 5 years ago)
- Last Synced: 2025-01-06T10:13:24.062Z (over 1 year ago)
- Language: Shell
- Size: 47.9 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Consul Nexus 3
This demo shows an example of Nexus 3 using consul for service discovery.
This is a companion project for
https://github.com/samrocketman/docker-compose-ha-consul-vault-ui
# Quickstart
# Start the dependent cluster
This assumes you have cloned this repository and
docker-compose-ha-consul-vault-ui to `${HOME}/git/github`.
docker-compose-ha-consul-vault-ui must be started before this project and be
healthy. Your browser should be configured for SOCKS according to the README so
that you can visit the Vault and Nexus UI.
# Start the service
docker-compose up -d
./rotate-admin-password.sh
# Get the admin password
Execute the script to display Nexus admin credentials.
./display-admin-password.sh
# Log into web UI
Visit Nexus UI [the portal](http://portal.service.consul/) and click on the link
for `Nexus 3` which should lead you to http://portal.service.consul/nexus/.
# License
[ASL v2](LICENSE)
```
Copyright (c) 2018-2020 Sam Gleske - https://github.com/samrocketman/docker-compose-local-nexus3-proxy
Licensed 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
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```