Skip to content

Commit f244879

Browse files
FooBarWidgetAJ Christensen
authored andcommitted
Fix a bug in Chef: the openid_providers option in server.rb is deprecated in favor of authorized_openid_providers, but the web interface still checks for openid_providers in order to determine whether default security settings have been changed.
1 parent 958c57f commit f244879

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chef-server-slice/app/views/openid_consumer/index.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- unless Chef::Config[:openid_providers]
1+
- unless Chef::Config[:authorized_openid_providers]
22
- throw_content(:sidebar_block_notice) do
33
%h4 Where do I get a Login?
44
%p Chef uses OpenID for user logins. By default, Chef allows you to use any OpenID provider you like. You should configure the server to utilize only trusted OpenID servers and URIs. This box will disappear when you have altered the default security configuration.

0 commit comments

Comments
 (0)