🚀 Feature: Allow to add credentials ( username/password) authentication in Kubernetes plugin #27475
Open
2 tasks done
Labels
area:kubernetes
Related to the Kubernetes Project Area - not deploying Backstage with k8s.
enhancement
New feature or request
🔖 Feature description
Currently Kubernetes plugin allow ServiceAccountToken as one of the way to authenticate with clusters. Many of the organization doesn't allow to use service account for authentication due to Audit and security restrictions and tracking. Helm or even kubectl allows user authentication to clusters. Hence the Kubernetes plugin should allow user authentication as well.
🎤 Context
Its known that Service account tokens are long lived however many organization doesn't allow it and expects to have either Service ids ( such AD ids ) or real ids to be used for login to clusters. Providing the ability to use uername/passwrod for authetication can extract token for the user on the fly using API and use that as token for authentication.
✌️ Possible Implementation
No response
👀 Have you spent some time to check if this feature request has been raised before?
🏢 Have you read the Code of Conduct?
Are you willing to submit PR?
None
The text was updated successfully, but these errors were encountered: