You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
When using the method ibmsecurity.isam.aac.api_protection.definitions.update am getting the following error from ISAM API :
HTTP Return code: 400', u'{"result":"FBTRBA241E The JSON property [enc] received an invalid type of [type]. The expected type was [[string]]. FBTRBA241E The JSON property [alg] received an invalid type of [type]. The expected type was [[string]]."}
This arrises when the oidc parameter contains enc object with null/None properties :
I was hoping to be able to update some properties of the Definition by getting the current Definition object, and modifying just the properties i need to update. Am using this ansible role if it helps to reproduce https://gist.github.com/kalemontes/61b9fbe34f44a14b6ec2da5320f9306b
The text was updated successfully, but these errors were encountered:
The definitions were created by an operator using the web-interface (a long time ago) so i don't own the state of the definitions in order to do a set.
All our API Definition didn't had access policies attached and we need to attach access policies depending on the definition names.
I don't want to risk messing up with any other property of the definition as i don't have a backup of their current state (and i don't intend to make one as this is a one time update).
Hi,
When using the method
ibmsecurity.isam.aac.api_protection.definitions.update
am getting the following error from ISAM API :This arrises when the
oidc
parameter containsenc
object with null/None properties :The issue is that when calling
ibmsecurity.isam.aac.api_protection.definitions.get
we get this structure when encryption on OIDC definition is disabled, for instance https://gist.github.com/kalemontes/ea196b5200bd75c67c52c71aa6f425bcI was hoping to be able to update some properties of the Definition by getting the current Definition object, and modifying just the properties i need to update. Am using this ansible role if it helps to reproduce https://gist.github.com/kalemontes/61b9fbe34f44a14b6ec2da5320f9306b
The text was updated successfully, but these errors were encountered: