Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

superuser: Fix typo (PROJQUAY-3924) #1531

Merged

Conversation

HammerMeetNail
Copy link
Contributor

  • Fixes issue with new LDAP_SUPERUSER_FILTER feature
<pre>Running init script &apos;/quay-registry/conf/init/nginx_conf_create.sh&apos;
Running init script &apos;/quay-registry/conf/init/runmigration.sh&apos;
Traceback (most recent call last):
  File &quot;/quay-registry/conf/init/data_migration.py&quot;, line 3, in &lt;module&gt;
    from app import app
  File &quot;/quay-registry/app.py&quot;, line 262, in &lt;module&gt;
    superusers = SuperUserManager(app, authentication)
  File &quot;/quay-registry/data/users/__init__.py&quot;, line 342, in __init__
    self.state = self.init_app(app, authentication)
  File &quot;/quay-registry/data/users/__init__.py&quot;, line 347, in init_app
    manager = FederetedSuperUserManager(app, authentication)
NameError: name &apos;FederetedSuperUserManager&apos; is not defined
</pre>

Copy link
Contributor

@Sunandadadi Sunandadadi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@HammerMeetNail HammerMeetNail merged commit dfe4d9f into quay:master Sep 15, 2022
@HammerMeetNail HammerMeetNail deleted the fix_FederatedSuperUserManager_typo branch September 15, 2022 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants