Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Remove basic auth #178

Merged
merged 1 commit into from
Apr 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Removed

- Remove basic auth ingress because central promxy is not a thing.

## [1.23.0] - 2024-01-23

### Added
Expand Down
53 changes: 0 additions & 53 deletions helm/promxy-app/templates/ingress-basic-auth.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions helm/promxy-app/templates/secret.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions helm/promxy-app/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,6 @@
"type": "boolean"
}
}
},
"promxy": {
"type": "object",
"properties": {
"htpasswd": {
"type": "string"
}
}
}
}
},
Expand Down
2 changes: 0 additions & 2 deletions helm/promxy-app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ monitoring:
host: ""
letsencrypt: true
clusterIssuerName: ""
promxy:
htpasswd: ""

pod:
user:
Expand Down