You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,10 @@ project adheres to [Semantic Versioning](http://semver.org/).
10
10
* Set `horizontal_pod_autoscaling` to `true` by default. #42
11
11
* Add `remove_default_node_pool` set to `false` by default #15
12
12
* Allow arbitrary key-value pairs to be set on node pool metadata. #52
13
+
* Add `enable_basic_auth` set to `true` by default #40; This will cause a plan change for existing users. Enabling it will require them to set a username and password.
14
+
* Add `basic_auth_username` set to `""` by default #40
15
+
* Add `basic_auth_password` set to `""` by default #40
16
+
* Add `issue_client_certificate` set to `false` by default #40
0 commit comments