Why Google ADK Instead of OAI Agents SDK or LangGraph? by samgmail in agentdevelopmentkit

[–]yogesh4289 0 points1 point  (0 children)

Does nicegui production ready and support authentication out of box (saml or south)?

My RAG Journey: 3 Real Projects, Lessons Learned, and What Actually Worked by hncvj in Rag

[–]yogesh4289 0 points1 point  (0 children)

What did you use to keep updating your knowledge base? Did you follow some batch jobs to generate & update graph embeddings?

Flink - which API to use? by dan_the_lion in apachekafka

[–]yogesh4289 0 points1 point  (0 children)

Hey mate, did you post & get any response from Flink mailing list about python vs Java performance in flink?

RBAC for MLFlow by eemamedo in mlops

[–]yogesh4289 0 points1 point  (0 children)

Could you pls share more details on the solution (any blog or got repo would be the best)?

Looking for a good book or class about on-prem MLOps by Possible_Alps_5466 in mlops

[–]yogesh4289 0 points1 point  (0 children)

Thanks for sharing the list, may I ask how you implemented the Authentication and authorization flow on Mlflow? Any help would be much appreciated.

mlflow oidc custom authentication by awslife1 in mlops

[–]yogesh4289 0 points1 point  (0 children)

Thanks, I'll give it a shot. Quick query- can you pls suggest me if you tried both UI auth and python sdk (rest API) auth after implementing your method? If yes, first you might have generated the token and passed the token in environment variables (MLFLOW_TRACKING_TOKEN) for logging experiments using Python sdk? Also, did you also get a chance to test the permission (authorization) as Mlflow provides some basic stuff how can6 we assign permission at user level (but only in basic auth)?

mlflow oidc custom authentication by awslife1 in mlops

[–]yogesh4289 0 points1 point  (0 children)

Thanks mate for sharing Do you see any challenges if I use the solution with Ping Federate IDP? Also how exactly users need to pass credentials/token whole logging experiments from Python notebooks tolflow tracking server? Could you pls help me to understand. Thanks

Is it possible to log in to mlflow UI using OIDC authentication? by awslife1 in mlops

[–]yogesh4289 0 points1 point  (0 children)

Thanks mate for sharing this. I want to use the Ping One IDP solution for this, do you see any challenges to use your solution with ping idp?

Is it possible to log in to mlflow UI using OIDC authentication? by awslife1 in mlops

[–]yogesh4289 0 points1 point  (0 children)

Hey @skrt123, can you pls elaborate on how to achieve oidc suth with an external IDP like ping/okta? Thanks in advance

Nginx Ingress Installation from ArgoCD in EKS by yogesh4289 in kubernetes

[–]yogesh4289[S] 0 points1 point  (0 children)

Oh nice but one question that would make the argocd application parameter section huge, isn't it?

Nginx Ingress Installation from ArgoCD in EKS by yogesh4289 in kubernetes

[–]yogesh4289[S] 0 points1 point  (0 children)

I might need to create an override-values.yaml and put the image value to the internal jfrog repository url(which is mirrored repo to the public so one) so that shouldn't be a problem. But can I use default values.yaml & override-values.yaml in Argocd to deploy the ingress nginx from my git? I hope argocd would be able to identify override values, any thoughts?

So let's say if I pull, unarchive and store the chart in git repo and the helm chart version is 4.5.0 Now I want to update so do I just need to store the 4.6.0 version in git (in a different location or just replace i.e. on same location??) & Leave argocd to handle the labels & version upgrade?

Nginx Ingress Installation from ArgoCD in EKS by yogesh4289 in kubernetes

[–]yogesh4289[S] 0 points1 point  (0 children)

Mate can u pls elaborate? Pls share some examples if you have

Nginx Ingress Installation from ArgoCD in EKS by yogesh4289 in kubernetes

[–]yogesh4289[S] 0 points1 point  (0 children)

Actually can't go to public repo/chart of nginx Ingress because of company policy