- Show
kubectl proxy
Things are now locked down by default. Try to upload kubeconfig. Talk certs vs. tokens. Skip login... nothing works.
- Let's get UI working!
Option 1: Give UI SA with admin. Don't do this!
| //The global script scope | |
| def ctx = context(scope: scriptScope()) | |
| //What things can be on the script scope | |
| contributor(ctx) { | |
| method(name: 'pipeline', type: 'Object', params: [body: Closure]) | |
| property(name: 'params', type: 'org.jenkinsci.plugins.workflow.cps.ParamsVariable') | |
| property(name: 'env', type: 'org.jenkinsci.plugins.workflow.cps.EnvActionImpl.Binder') | |
| property(name: 'currentBuild', type: 'org.jenkinsci.plugins.workflow.cps.RunWrapperBinder') | |
| property(name: 'scm', type: 'org.jenkinsci.plugins.workflow.multibranch.SCMVar') |
kubectl proxyThings are now locked down by default. Try to upload kubeconfig. Talk certs vs. tokens. Skip login... nothing works.
Option 1: Give UI SA with admin. Don't do this!