Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Commit

Permalink
Fix default to point to expiration plugin not validation plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
cdosborn committed Sep 7, 2018
1 parent 73ae1bf commit dc64bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.ini.dist
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ DEFAULT_PASSWORD_UPDATE = # 'keystone_password_update', 'openstack_sdk_password_
INSTANCE_HOSTNAMING_DOMAIN = # iplantcollaborative.org
INSTANCE_HOSTNAMING_FORMAT = # vm%(three)s-%(four)s.%(domain)s
DEPLOYMENT_KEYPAIR_NAME = # keypair name inject by atmo-ansible during instance deploy
EXPIRATION_PLUGINS = ["atmosphere.plugins.auth.validation.NeverExpire"] # list of plugins
EXPIRATION_PLUGINS = ["atmosphere.plugins.auth.expiration.NeverExpire"] # list of plugins
VALIDATION_PLUGINS = ["atmosphere.plugins.auth.validation.AlwaysAllow"] # list of plugins
ACCOUNT_CREATION_PLUGINS = ["atmosphere.plugins.accounts.creation.UserGroup"] # list of plugins
MACHINE_VALIDATION_PLUGIN = "atmosphere.plugins.machine_validation.BasicValidation" # plugin
Expand Down

0 comments on commit dc64bc9

Please sign in to comment.