wrenidm icon indicating copy to clipboard operation
wrenidm copied to clipboard

Community‐developed identity management system with a flexible data model, multiple extension points and scripting support, including JavaScript and Groovy.

Results 37 wrenidm issues
Sort by recently updated
recently updated
newest added

When saving managed object's schema, operation ends with following error. Even when the schema wasn't changed, the error appears. ``` RepoDelegate.js?v=6.0.1:43 Uncaught TypeError: Cannot read properties of undefined (reading '_id')...

Directory `.git` is not excluded from the Docker build context. Since the Dockerfile contains `COPY . .`, it also invalidates the build cache if you, for example, run `git fetch`...

Our current data layer does not support query filters on array properties. For example the filter `tags eq 'hello'` should be able to match object `{ "tags": ["hello", "world"] }`....

enhancement

I have came across strange `DEFAULT NULL` declarations in PostgreSQL schema (and derived H2 schema) on columns, where NULL value really does not make sense. I would love this to...

I have refactored pull request by @GuyPaddock so the proposed changes are clearly visible and can be reviewed.

Prevents `IndividualRecordValidationView.js:48 Uncaught TypeError: Cannot read property 'properties' of undefined` when the `preferences` field does not exist in a `user` managed object type. Closes #60.

The documentation for the ICF Update SPI very clearly states that the UID of an object can change, which is why that operation returns the updated UID. Unfortunately, though the...

Current implementation contains unused OrientDB code even though it should've been removed or replaced in https://github.com/WrenSecurity/wrenidm/issues/76. See i.e. `RepoDelegate` or `AbstractManagedView`. The old code may also be in other places.

`ObjectBefore` doesn't contain relationship fields, but `ObjectAfter` does. When looking for changes between `before` and `after`, relationship fields always show up making it look like their values are being changed...

Groovy connector tries to access class not available in JDK 11. Workaround: To `config.properties` add: `org.osgi.framework.bootdelegation=sun.*,com.sun.*,com.sun,apple.*,com.apple.*,javax.net.ssl,jdk.internal.reflect` Error message: ``` wrenidm | -> ShellTUI: No standard input...exiting. wrenidm | OpenIDM version...