
Closed
Posted
Paid on delivery
I’m setting up centralized authentication on our Kong API gateway and want to enable the built-in JWT plugin. The goal is straightforward: every request to our protected routes should be validated through Kong’s native JWT support, then routed onward to our existing internal microservices once the token checks out. Here’s the current state and what I need from you: • Kong is already running in our staging Kubernetes cluster, fronting several REST services. • No auth is active yet—routes are open. • I have a list of internal consumer apps that will need their own key pairs or shared secrets. • Our services already issue JWTs; payload and signing algorithm follow the standard RFC, so we only need Kong configured to recognise and verify them. Deliverables: 1. Configure the JWT plugin on specified routes/services in Kong (via declarative config or admin API—whichever you prefer). 2. Set up the required consumers, credentials, and public keys/secrets. 3. Demonstrate successful token verification and request forwarding to at least one internal service; unauthenticated calls must be rejected with the expected 401/403. 4. Provide a concise hand-off note or README describing any environment variables, Kong commands, or Kubernetes manifests you touched so my team can replicate the setup across environments. If you’ve tuned rate-limiting or logging plugins alongside JWT before, that’s a plus, but the immediate focus is getting secure, reliable token validation running.
Project ID: 40417569
29 proposals
Remote project
Active 1 day ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
29 freelancers are bidding on average ₹27,204 INR for this job

Namaste, I’d love to support you in setting up secure JWT-based authentication on your Kong API Gateway within Kubernetes. With strong experience in API gateways, microservices, and auth flows, I can ensure reliable token validation and clean integration. Approach: . Configure JWT plugin on required routes via declarative config . Create consumers with proper key pairs or shared secrets . Validate JWTs and ensure correct upstream routing . Enforce 401 or 403 for unauthorized access . Provide clear README with configs and replication steps I have worked on Kong setups with auth, rate limiting, and logging in production environments. Best regards, Amit Gupta Freelancer Profiles: [https://www.freelancer.com/u/iamamitgupta1994](https://www.freelancer.com/u/iamamitgupta1994) [https://www.freelancer.com/u/KavyaTechNepal](https://www.freelancer.com/u/KavyaTechNepal)
₹35,500 INR in 11 days
5.7
5.7

Hello, I can configure Kong’s JWT plugin in your Kubernetes setup to securely validate all incoming requests. I will enable the JWT plugin on your specified routes or services using declarative config or the Admin API based on your preference. I will set up consumers with their corresponding secrets or public keys aligned with your existing JWT issuing services. Token verification will be tested end to end to ensure valid requests pass through and invalid or missing tokens return proper 401 or 403 responses. I will confirm successful routing to your internal microservices after authentication. All steps will be documented clearly including configs, environment variables, and any Kubernetes changes. I also have experience adding rate limiting and logging plugins if you want to extend this later. Ready to start and secure your gateway quickly.
₹25,000 INR in 7 days
4.9
4.9

As a seasoned Full Stack Developer with over 10 years of experience under my belt, I offer rare expertise in API Development and Microservices Security that directly aligns with your Kong JWT Auth Integration project. Throughout my career, I've successfully completed a spectrum of projects similar to yours, allowing me to develop a deep understanding of your requirements. Moreover, I value communication highly and take pride in delivering each project promptly, supported by clear two-way communication In conclusion, you can count on me not only to setup the Kong JWT Auth Integration for you but also to identify any potential wrinkles and alleviate them proactively. Reassured by my track record of 100+ successful projects, rest assured you are in experienced hands. Let's connect and turn your vision into reality while ensuring smooth and secure operations.
₹21,999 INR in 15 days
4.0
4.0

Hi, I’m a Systems and DevOps Engineer with over 4 years of experience, including work at Mercado Libre where I dealt with microservices architectures, API gateways, and secure service-to-service communication. Your setup is clear, and this is a straightforward use case for Kong’s JWT plugin. I can help you configure it so that requests are properly validated at the gateway level and only forwarded when the token checks out. I can take care of: Enabling and configuring the JWT plugin on the required routes/services (via declarative config or Admin API) Creating consumers and mapping the appropriate credentials (public keys or shared secrets) Verifying that valid tokens are accepted and invalid/missing ones are correctly rejected (401/403) Testing end-to-end against your internal services in Kubernetes I’ll also provide a short, clear hand-off note with the configs, commands, and any manifests used so your team can easily replicate this across environments. I’m comfortable working within Kubernetes environments and can adapt to your current setup quickly. If needed, I can also help extend this with rate limiting or logging later on. Happy to jump on a quick call to review your JWT structure and get this moving. Best regards, Mauricio
₹40,000 INR in 7 days
3.9
3.9

Dear Client, I have carefully reviewed the requirements for the Kong JWT Auth Integration project and am confident in my ability to deliver exceptional results. With over 12 years of experience in DevOps, I am well-equipped to configure the JWT plugin on specified routes/services in Kong, set up required consumers, credentials, and public keys/secrets, and demonstrate successful token verification and request forwarding to internal services. I am eager to discuss your exciting project further and would appreciate the opportunity to connect with you in chat to explore how we can successfully collaborate on this project. Looking forward to the possibility of working together. Best regards, Nadeem
₹25,000 INR in 7 days
3.8
3.8

Kong JWT plugin setup on Kubernetes is a clean, well-scoped task — I've configured Kong auth layers on staging clusters before and can move fast. JWT plugin enabled on specified routes/services via declarative config Consumers, credentials, and public keys/secrets configured per app 401/403 rejection verified on unauthenticated calls Successful token verification + request forwarding demonstrated on at least one service README covering env vars, Kong commands, and K8s manifests your team can replicate Timeline: 3 Days Day 1: Plugin + consumer setup | Day 2: Key pairs, testing & 401 verification | Day 3: README & handover Ready to start immediately. Let us talk. Are your JWTs RS256 or HS256 signed?
₹12,500 INR in 3 days
2.5
2.5

Hi, I can configure Kong’s built-in JWT authentication plugin for your protected routes in the staging Kubernetes cluster and make sure only valid signed tokens reach your internal services. I understand the goal is clean gateway-level validation, not changing your microservices. I’ll configure the JWT plugin on the required Kong services/routes, create the needed consumers and JWT credentials, map public keys or shared secrets based on your current signing algorithm, and test both success and failure paths. I’ll demonstrate valid token forwarding to an internal REST service, rejected unauthenticated requests, and rejected invalid/expired tokens with proper 401/403 behavior. I can also add clear handoff notes covering Kong config changes, Kubernetes manifests, admin API commands, and how your team can replicate the setup in other environments. If useful, I can also review related logging or rate limiting plugin placement so JWT validation works cleanly with future gateway policies. Best regards Ankit
₹12,500 INR in 3 days
2.3
2.3

Hi, I can fix your Kong JWT Auth Integration I've solved this exact problem many times. Here is what I will do: Set up Kong JWT plugin on the required routes/services in your staging Kubernetes cluster Create consumers and attach the right JWT credentials/public keys or shared secrets Test a protected route to confirm valid tokens pass and unauthenticated calls return 401/403, then share a short hand-off note 10 days free support after delivery Milestone-based payment Reply "YES" and Best regards, syed ribal
₹37,500 INR in 2 days
2.0
2.0

Hi there, I can help you configure Kong’s native JWT plugin end-to-end so your staging cluster enforces secure token validation before routing traffic to your internal microservices. Implementation steps: • JWT Plugin Configuration * Enable Kong JWT plugin on the required routes/services * Configure strict verification for signature, issuer (if applicable), and expiration * Ensure unauthenticated requests are rejected with proper 401/403 responses • Consumers & Credentials Setup * Create Kong consumers for each internal client application * Assign JWT credentials (shared secret or RSA public keys depending on your signing method) * Map consumer identities to allow downstream identification if needed • Key Verification Setup * Configure Kong to validate JWTs using your existing signing algorithm (HS256 / RS256 etc.) * Import or reference public keys securely for verification * Ensure token payload validation aligns with your current structure • Testing & Validation * Demonstrate valid request flow: JWT → Kong → internal service * Demonstrate failure cases: missing, expired, or invalid token → 401/403 * Provide sample curl/Postman requests for reproducibility I’m ready to start immediately and can get this secured quickly in your staging environment. Best Regards, JP
₹20,000 INR in 7 days
1.0
1.0

Hello, I read your project about setting up Kong JWT Auth for your Kubernetes cluster. I completely understand the need for reliable, secure token validation for your API routes. My name is Raj Abhisek Panda, and I have direct experience configuring Kong's native JWT plugin, just like you need. I've helped teams integrate this to secure their microservices, ensuring JWTs are verified against standards and unauthenticated requests are correctly blocked. I'm familiar with setting up consumers and credentials to work with existing internal services. My approach will involve efficiently configuring the JWT plugin and necessary consumers via declarative config or API, then demonstrating successful token verification and request forwarding. I'll also prepare a clear handover note so your team can easily manage the setup going forward. This is something we can do for you efficiently. Please ping us on chat for a quick discussion. Raj Abhisek Panda
₹25,000 INR in 7 days
0.8
0.8

As an experienced Full Stack Developer with a keen interest in API development, I'm more than prepared to tackle the challenge of setting up centralized authentication on your Kong API gateway. My expertise is backed by a 4.9★ rating, speaking of my ability to deliver projects on time and within budget, while exceeding clients' expectations. Your project aligns perfectly with my background in RESTful API design and microservices architecture which I have honed during my work at i2c Inc., a global fintech company where I processed millions of monthly transactions using Java Spring Boot microservices. This professional experience will be crucial in seamlessly integrating Kong's JWT plugin whilst managing your REST services and internal consumer apps. Another unique offering I bring to the table is my vast knowledge in other areas including Excel and VBA automation, crucial for your fourth deliverable of providing clear instructions for future setups across environments. Furthermore, my proficiency in Backend & Full Stack Development, API Integration & Scripting, and Database Development underline that I am the capable candidate steeped in experience to handle this technical and demanding project. Choose me to get secure token validation running smoothly - I don't just meet expectations, but exceed them every time.
₹15,000 INR in 1 day
0.0
0.0

Hi there, I hope this proposal is right fit for your project. I have carefully read your job summary and understand that you need secure centralized authentication on Kong API Gateway using the built-in JWT plugin for your Kubernetes-based staging environment. My understanding is that your main pain point is enabling reliable JWT validation across protected routes so that only verified tokens can access internal microservices, while unauthorized requests are properly blocked with 401/403 responses. I can configure the JWT plugin via declarative config or Admin API, set up consumers with appropriate credentials (keys/secrets or public keys), and ensure your existing JWT issuer integrates smoothly with Kong verification flow. I will also test end-to-end routing with at least one service and validate secure request forwarding. Finally, I will provide a clear README/handover guide covering all configurations and Kubernetes/Kong changes for easy replication across environments. Best Regards Habib Ullah.
₹25,000 INR in 7 days
0.0
0.0

Hi, I can set up Kong JWT auth cleanly so every request is properly validated before reaching your services. I understand your goal: secure your routes using Kong’s native JWT plugin, map consumers correctly, and ensure only valid tokens pass while others are blocked. Here’s how I’ll help: ➤ Configure JWT plugin on your routes/services (declarative or Admin API) ➤ Set up consumers with proper keys/secrets or public keys ➤ Align Kong config with your existing JWT structure (claims, algo, headers) ➤ Test valid vs invalid requests (200 vs 401/403) ➤ Verify forwarding to internal services after successful auth ➤ Provide a simple README with configs, commands, and K8s changes I’ve worked on similar API gateway setups where the focus is secure validation, clean config, and easy replication across environments. Can also help add rate limiting or logging after this if needed. Ready to start and get this working quickly in your staging cluster. Warm regards, Aditi
₹33,500 INR in 8 days
0.0
0.0

Hi there, I can set this up cleanly using Kong’s native JWT plugin in your existing Kubernetes staging environment, wiring authentication directly at the gateway without disrupting your current services. I’ll configure the plugin on targeted routes via declarative config (or Admin API if preferred), create and map consumers with their respective JWT credentials (supporting your existing signing algorithms), and ensure Kong properly validates tokens—including signature, exp, and key matching—before forwarding traffic upstream. I’ll also provide working curl/Postman examples showing both successful authenticated requests and expected 401/403 failures for invalid or missing tokens. Alongside the implementation, you’ll get a concise README covering all applied configs, environment variables, and Kubernetes manifests so your team can easily replicate this across environments; and if useful, I can optionally layer in rate limiting or logging plugins in a clean, production-ready way. Best Regards, Laiba
₹12,500 INR in 7 days
0.0
0.0

Let's get straight to the point. Can we have a quick chat right now? I understand your requirements and I possess the expertise in all the skills necessary for your task which you've outlined, having satisfied numerous clients within specified deadlines. With over 7 years of experience in this technology, I'm confident I can meet your needs which you are facing currently. Looking forward to your response! Regards, JB
₹25,000 INR in 7 days
0.0
0.0

⚡️ONLY PAY IF YOU’RE IMPRESSED⚡️ Hi, I’m Aaron Roberts. I’ll configure Kong’s JWT plugin to secure your staging cluster routes swiftly and cleanly. Here’s how I’ll help: - Enable JWT plugin on your protected routes using declarative config or Admin API - Create consumers with proper credentials and keys matching your app list - Validate JWT tokens, ensuring authenticated requests pass through; unauthorized requests get 401/403 - Deliver a clear README with environment details and setup steps for easy replication I understand your current open routes and RFC-compliant tokens. You’ll get a secure gateway that forwards valid requests seamlessly to your internal microservices. Let’s make your authentication hassle-free.
₹28,150 INR in 30 days
0.0
0.0

Ross here from Arasaka Systems, hope you’re doing well. I can help with your Kong API gateway setup to enable the built-in JWT plugin for centralized authentication. It’s great that you’re looking to secure your routes with a clean, professional, and integrated solution—I've worked on similar projects where JWT validation was integrated smoothly with microservices behind an API gateway. I understand the need for configuring JWT plugin on specific routes, setting up consumers with keys, and ensuring authenticated routing with clear rejection of unauthorized requests. Do you have any more information you can send me, then I can set up a proposal for you? I bring expertise in API gateway configuration, Kubernetes manifests, and secure authentication setups that ensure high-performing, reliable services. It would be a pleasure to be of assistance. Regards, Ross, Arasaka Systems
₹25,000 INR in 14 days
0.0
0.0

Hi, I’ve gone through your project details and I’m ready to jump in and help you with setting up centralized authentication using the JWT plugin on your Kong API gateway. With my background in RESTful services, security, and API integration, I can ensure that every request to your protected routes is validated seamlessly. I’ve worked extensively with JWT implementations, so I understand how to configure the JWT plugin for specific routes and services effectively. I'm also familiar with managing consumers and credentials to set up those internal key pairs or shared secrets you need. Looking forward to working together on this!
₹15,000 INR in 1 day
0.0
0.0

Hi htere, Setup will focus on enforcing JWT validation at the gateway level so every protected route is verified before reaching your services, ensuring consistent auth without touching internal microservices. Configuration will be done cleanly using Kong’s native JWT plugin with proper consumer mapping and credential setup so tokens are validated reliably against your existing issuer. Each step will be tested to confirm correct forwarding and strict rejection for invalid or missing tokens. Execution Plan: ● Enable JWT plugin on required services/routes (declarative or Admin API) ● Create consumers and attach credentials (public keys/secrets) ● Align Kong config with your JWT issuer (alg, claims, headers) ● Validate request flow → token verified → request forwarded ● Test failure cases (missing/invalid/expired → 401/403) ● Provide README with configs, commands, and K8s changes Are your JWTs signed with RS256 or HS256? Happy to connect and secure this properly. Kind regards, Nikunj
₹29,000 INR in 7 days
0.0
0.0

I can help with Kong JWT Auth Integration, focusing on OAuth, authentication, and API and a small milestone that can be verified quickly. My relevant background is 16 years in backend/API delivery around api, kubernetes. I would keep the first milestone narrow and verifiable, so you can see progress before expanding the scope. My plan: 1. check authentication, request/response examples, and the end-to-end OAuth, authentication, and API flow. 2. Implement the smallest working path for Kong JWT Auth Integration, with logging/error handling where needed. 3. Hand over the working OAuth, authentication, and API flow, error handling notes, and a simple test case. If you can share the current repo/files, sample data, API docs, or the exact failing case, I can confirm the first milestone and start from there.
₹23,769 INR in 5 days
0.0
0.0

Mumbai, India
Payment method verified
Member since Aug 29, 2018
₹400-750 INR / hour
₹1500-12500 INR
₹12500-37500 INR
₹100-400 INR / hour
₹400-750 INR / hour
$8-15 USD / hour
$15-25 USD / hour
₹600-1500 INR
$15-25 USD / hour
$15-25 USD / hour
$250-750 USD
£10-20 GBP
£3000-5000 GBP
$5000-10000 USD
₹1500-12500 INR
₹12500-37500 INR
$250-750 USD
₹750-1250 INR / hour
$25-50 USD / hour
$25-50 USD / hour
$30-250 USD
$30-250 USD
$250-750 USD
$15-25 USD / hour
$3000-5000 USD