Hokwang Lee

Results 56 comments of Hokwang Lee

please refer to https://github.com/infobloxopen/infoblox-client

@erezrokah @yevgenypats Hi, please check this repo. https://github.com/infobloxopen/infoblox-go-client

I think it is same with okta, add one line. `"role_keys": data.get("groups", []),` @nilivingston can you help?

@bryantbiggs Hi, when is the v2.0 target date ?

and one more, I think `provider="keycloak"` does not need in query.

Hi, use this code. ``` import org.sonatype.nexus.cleanup.storage.CleanupPolicyStorage; def policyStorage = container.lookup(CleanupPolicyStorage.class.getName()); def cleanupPolicy = policyStorage.newCleanupPolicy(); cleanupPolicy.setName('name'); cleanupPolicy.setNotes(''); cleanupPolicy.setMode('deletion'); cleanupPolicy.setFormat('raw'); cleanupPolicy.setCriteria(['lastBlobUpdated':'432000']); policyStorage.add(cleanupPolicy); ```