You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.
Authentication on OpenShift fails when username/password is used for serviceaccount, because serviceaccount uses OAuth token for login. For now there is no possibility to provide the token in plugin configuration. To make it possible, I've made some changes in plugin source code and made a pull request for it (See link below).
Description
Authentication on OpenShift fails when username/password is used for serviceaccount, because serviceaccount uses OAuth token for login. For now there is no possibility to provide the token in plugin configuration. To make it possible, I've made some changes in plugin source code and made a pull request for it (See link below).
New configuration example:
mvn fabric8:apply -Dfabric8.namespace=some-project -Dfabric8.openshiftManifest=/path/to/ready-deployment-config.yaml
Info
f-m-p version : 4.1.0
Maven version (
mvn -v
) : 3.6.1OpenShift setup and version : 3.10
Pull request for my patch : [https://github.com/Openshift serviceaccount requires OAuth authentication #1655]
The text was updated successfully, but these errors were encountered: