Skip to content

F7T_REALM_RSA_TYPE is 'NoneType' error #200

Description

@gmxavier1

Dear all,
In order to prevent an error when F7T_REALM_RSA_TYPE is 'NoneType', I advise to modify:
realm_pubkey_type = os.environ.get("F7T_REALM_RSA_TYPE").strip('\'"')
at line 67 of cscs_api_common.py to
realm_pubkey_type = os.environ.get("F7T_REALM_RSA_TYPE", '',).strip('\'"')

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions