Skip to content

Instantly share code, notes, and snippets.

View okondrashin's full-sized avatar

Oleg Kondrashin okondrashin

View GitHub Profile
/* CREATE REQUEST GET https://wso2:9443/scim2/Users/?domain=mydomain&attributes=uid */
/* LOGS FOR REQUEST BEGIN */
[2020-02-27 10:16:47,291] [f85f65f2-c66f-48f3-9c9a-fed0e4021e42] DEBUG {org.wso2.carbon.user.core.ldap.ReadOnlyLDAPUserStoreManager} - Searching for user admin
[2020-02-27 10:16:47,292] [f85f65f2-c66f-48f3-9c9a-fed0e4021e42] DEBUG {org.wso2.carbon.user.core.ldap.ReadOnlyLDAPUserStoreManager} - Replace escape characters configured to: true
[2020-02-27 10:16:47,292] [f85f65f2-c66f-48f3-9c9a-fed0e4021e42] DEBUG {org.wso2.carbon.user.core.ldap.ReadOnlyLDAPUserStoreManager} - Using default configurations for the user DN cache, having search base : ou=Users,dc=wso2,dc=org
[2020-02-27 10:16:47,293] [f85f65f2-c66f-48f3-9c9a-fed0e4021e42] DEBUG {org.wso2.carbon.user.core.ldap.ReadOnlyLDAPUserStoreManager} - Replace escape characters configured to: true
[2020-02-27 10:16:47,293] [f85f65f2-c66f-48f3-9c9a-fed0e4021e42] DEBUG {org.wso2.carbon.user.core.ldap.ReadOnlyLDAPUserStoreManager} - value after escapi
docker run -d -v ~/Codding/influxdb:/etc/influxdb -p 8086:8086 -p 2003:2003 -e INFLUXDB_GRAPHITE_ENABLED=true --name influx influxdb
docker run -d -p 3000:3000 -v /var/lib/grafana:/var/lib/grafana -e "GF_SECURITY_ADMIN_PASSWORD=secret" grafana/grafana