~mthaddon/charm-k8s-mattermost/+git/charm-k8s-mattermost:license_secret_test

Last commit made on 2020-06-09
Get this branch:
git clone -b license_secret_test https://git.launchpad.net/~mthaddon/charm-k8s-mattermost/+git/charm-k8s-mattermost
Only Tom Haddon can upload to this branch. If you are Tom Haddon please log in for upload directions.

Branch merges

Branch information

Name:
license_secret_test
Repository:
lp:~mthaddon/charm-k8s-mattermost/+git/charm-k8s-mattermost

Recent commits

70bdf2e... by Tom Haddon

Add a test for getting the licence secret name

44d3420... by Paul Collins

add smtp_host setting

Reviewed-on: https://code.launchpad.net/~pjdc/charm-k8s-mattermost/+git/charm-k8s-mattermost/+merge/385335
Reviewed-by: Tom Haddon <email address hidden>

3162fdc... by Paul Collins

add push notification settings, disabled by default

Reviewed-on: https://code.launchpad.net/~pjdc/charm-k8s-mattermost/+git/charm-k8s-mattermost/+merge/385328
Reviewed-by: Tom Haddon <email address hidden>

b3cc0a3... by Paul Collins

add smtp_host setting

7146400... by Paul Collins

add push notification settings, disabled by default

36dfcba... by Paul Collins

ensure pods are recycled when the licence changes

Reviewed-on: https://code.launchpad.net/~pjdc/charm-k8s-mattermost/+git/charm-k8s-mattermost/+merge/385324
Reviewed-by: Stephen Muss <email address hidden>

d5bceda... by Paul Collins

ensure pods are recycled when the licence changes

We do this by adding a crc32 of the licence contents to the name of the secret.
Since this is referred to by the pod spec, changing the secret will change the
pod spec, which will cause new pods to be spawned, which will cause Mattermost
to read and update the licence.

46dd8ad... by Paul Collins

disable non-SSO login methods when SSO is enabled

Reviewed-on: https://code.launchpad.net/~pjdc/charm-k8s-mattermost/+git/charm-k8s-mattermost/+merge/385323
Reviewed-by: Haw Loeung <email address hidden>

ce66b1a... by Paul Collins

disable non-SSO login methods when SSO is enabled

2744bd0... by Paul Collins

add sso setting

Reviewed-on: https://code.launchpad.net/~pjdc/charm-k8s-mattermost/+git/charm-k8s-mattermost/+merge/385164