Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[!] implement webui authentication, closes #216 #251

Merged
merged 96 commits into from
Aug 8, 2023

Conversation

denys-holub
Copy link
Collaborator

Login form added
image

denys-holub and others added 30 commits June 22, 2023 11:22
…210  (#226)

* add ssl key and cert to postgresql.conf

* remove outdated scripts

* refactor bootstrap scripts

* move grafana ini file to proper folder

* put `CGO_ENABLED=0` into `build_gatherer.sh`

* refactor supervisor config

* remove old `docker-launcher-postgres.sh`

* refactor `Dockerfile` based on `postgres:15-bullseye`

* add metrics to Docker image

* use curl instead of wget in Docker image

* use SIGINT to stop Postgres in a container

* use pgwatch3 user for testdb init

* run dashboard setup as root

* remove bootstrap image

* remove outdated `pg_hba.conf`

* remove obsolete files

* rename `grafana_dashboards` to `grafana`

* move `bootstrap` inside `docker`

* rearrange docker folder

* fix .goreleaser.yml

* fix manual files
Bumps [github.com/hashicorp/consul/api](https://github.com/hashicorp/consul) from 1.21.0 to 1.22.0.
- [Release notes](https://github.com/hashicorp/consul/releases)
- [Changelog](https://github.com/hashicorp/consul/blob/main/CHANGELOG.md)
- [Commits](hashicorp/consul@api/v1.21.0...api/v1.22.0)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/consul/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.23.5 to 3.23.6.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](shirou/gopsutil@v3.23.5...v3.23.6)

---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.10.0 to 0.11.0.
- [Commits](golang/crypto@v0.10.0...v0.11.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/salesforce/tough-cookie/releases)
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
- [Commits](salesforce/tough-cookie@v4.1.2...v4.1.3)

---
updated-dependencies:
- dependency-name: tough-cookie
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.4.1 to 5.4.2.
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](jackc/pgx@v5.4.1...v5.4.2)

---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v6.3.1/CHANGELOG.md)
- [Commits](npm/node-semver@v6.3.0...v6.3.1)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@denys-holub denys-holub added enhancement New feature or request epic Large body of work broken down into a number of smaller issues webui Admin UI related issues labels Aug 8, 2023
@denys-holub denys-holub added this to the Built-in WebUI milestone Aug 8, 2023
@denys-holub denys-holub self-assigned this Aug 8, 2023
@denys-holub denys-holub linked an issue Aug 8, 2023 that may be closed by this pull request
@pashagolub pashagolub changed the title [+] implement webui authentication, closes #216 [!] implement webui authentication, closes #216 Aug 8, 2023
@pashagolub pashagolub merged commit 4053a1f into master Aug 8, 2023
5 checks passed
@pashagolub pashagolub deleted the 216-implement-webui-authentication branch August 8, 2023 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request epic Large body of work broken down into a number of smaller issues webui Admin UI related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

implement WebUI authentication
2 participants