Skip to content

Commit

Permalink
Fix OpenSearch admin cert expiration date (#3308)
Browse files Browse the repository at this point in the history
  • Loading branch information
przemyslavic committed Jan 4, 2023
1 parent 315cb0e commit c35563a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/playbooks/roles/opensearch/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ certificates:
admin:
cert:
filename: epiphany-admin.pem
ownca_not_after: 20221231235959Z # relative time, such as '+3650d', is NOT idempotent
ownca_not_after: 20250509235959Z # relative time, such as '+3650d', is NOT idempotent. Setting 2025.05.09 which is EOL for 2.0.x LTS
subject:
<<: *common-subject
CN: Epiphany Admin
Expand Down
6 changes: 6 additions & 0 deletions docs/changelogs/CHANGELOG-2.0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<!-- markdownlint-disable-file no-duplicate-header -->
# Changelog 2.0

## [2.0.3] YYYY-MM-DD

### Fixed

- [#3306](https://github.com/epiphany-platform/epiphany/issues/3306) - OpenSearch admin certificate expired

## [2.0.2] 2022-10-14

### Added
Expand Down

0 comments on commit c35563a

Please sign in to comment.