We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
src/geni/am/am3.py uses omnilib.util.credparsing's get_cred_type.
omnilib.util.credparsing
get_cred_type
This one of 2 places where the geni package depends on the omnilib package (besides proxyam which is mostly dead code).
Remove this dependency, possibly by using sfa/trust/credential_factory.getType
sfa/trust/credential_factory.getType
Imported from trac ticket #820, created by ahelsing on 05-18-2015 at 09:24, last modified: 05-18-2015 at 09:24
The text was updated successfully, but these errors were encountered:
Fixing this without simply moving the problem around requires resolving issue #819
Sorry, something went wrong.
No branches or pull requests
src/geni/am/am3.py uses
omnilib.util.credparsing
'sget_cred_type
.This one of 2 places where the geni package depends on the omnilib package (besides proxyam which is mostly dead code).
Remove this dependency, possibly by using
sfa/trust/credential_factory.getType
Imported from trac ticket #820, created by ahelsing on 05-18-2015 at 09:24, last modified: 05-18-2015 at 09:24
The text was updated successfully, but these errors were encountered: