Pinned Repositories
azure-docs
Open source documentation of Microsoft Azure
dashboard
General-purpose web UI for Kubernetes clusters
gelfj
Graylog Extended Log Format (GELF) implementation in Java and log4j appender without any dependencies.
hazelcast-kubernetes
Google Kubernetes discovery mechanism for Hazelcast
HikariCP
光 HikariCP・A solid high-performance JDBC connection pool at last.
kubernetes-ingress
NGINX and NGINX Plus Ingress Controllers for Kubernetes
morphia
NativeScript
NativeScript empowers you to access native api's from JavaScript directly. Angular, Vue, Svelte, React and you name it compatible.
openshift-container-platform
OpenShift Container Platform on Azure
openshift-workshops
:notebook: Don't just read about what OpenShift 3 can do - try it for yourself with these workshops
mmuruganandam's Repositories
mmuruganandam/azure-docs
Open source documentation of Microsoft Azure
mmuruganandam/dashboard
General-purpose web UI for Kubernetes clusters
mmuruganandam/gelfj
Graylog Extended Log Format (GELF) implementation in Java and log4j appender without any dependencies.
mmuruganandam/hazelcast-kubernetes
Google Kubernetes discovery mechanism for Hazelcast
mmuruganandam/HikariCP
光 HikariCP・A solid high-performance JDBC connection pool at last.
mmuruganandam/kubernetes-ingress
NGINX and NGINX Plus Ingress Controllers for Kubernetes
mmuruganandam/morphia
mmuruganandam/NativeScript
NativeScript empowers you to access native api's from JavaScript directly. Angular, Vue, Svelte, React and you name it compatible.
mmuruganandam/openshift-container-platform
OpenShift Container Platform on Azure
mmuruganandam/openshift-workshops
:notebook: Don't just read about what OpenShift 3 can do - try it for yourself with these workshops
mmuruganandam/spring-data-mongodb
Provide support to increase developer productivity in Java when using MongoDB. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
mmuruganandam/spring-security-jwt
In this article, we will be creating a sample REST CRUD APIs and provide JWT role based authorization using spring security to these APIs. We will be using spring boot 2.0 and JWT 0.9.0. In the DB, we will have two roles defined as ADMIN and USER with custom UserDetailsService implemented and based on these roles the authorization will be decided. We will be using spring data to perform our CRUD operations and spring provided annotations such as @PreAuthorize, @Secured and @EnableGlobalMethodSecurity for authorization.