-
Notifications
You must be signed in to change notification settings - Fork 29
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
Cie Integration #311
Cie Integration #311
Conversation
Co-authored-by: Giuseppe De Marco <[email protected]>
Co-authored-by: Giuseppe De Marco <[email protected]>
Co-authored-by: Giuseppe De Marco <[email protected]>
bump to 1.3.3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
avanziamo di versione in __init__.py
come consueto
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
facciamo una minor version perché non è un bugfix ma una feature aggiuntiva
@@ -263,7 +263,6 @@ def set_jwks_as_array(self): | |||
setattr(self, i, [value]) | |||
|
|||
def save(self, *args, **kwargs): | |||
self.entity_type = self.type[0] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
perché è rimosso? prende il primo entity type disponibile come quello default
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perché quando si modifica l'EC di un RP nel db viene salvato il valore federation_entity
a prescindere dal valore della select, che sta in self.type[1]
e non viene preso
Co-authored-by: Giuseppe De Marco <[email protected]>
Co-authored-by: Giuseppe De Marco <[email protected]>
Added distinction between key usage during RP and OP operations
Added example encryption keys in TA->RP and RP db dumps
Added encryption algs to metadata validator
Fixed entity_type save method