Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to write an APB that can create OpenShift templates #118

Closed
eriknelson opened this issue Jun 28, 2018 · 2 comments
Closed

Unable to write an APB that can create OpenShift templates #118

eriknelson opened this issue Jun 28, 2018 · 2 comments
Assignees
Milestone

Comments

@eriknelson
Copy link
Member

CreateSandbox creates namespaced roles for the transient namespace, and the target namespace. It doesn't provide the APB's SA privileges for creating templates in the openshift template. We need to come up with a way for some APBs to have privileges to perform this action.

@awels
Copy link

awels commented Jun 28, 2018

A use case for this is the following:

We have an APB that allows users to import a VM disk from a remote source to create VMs out of it (using kubevirt). In this APB we give the user the option to create a template instead of creating the VM. The template will contain a lot of the information most people won't care about. Then users can create instances of that VM at a later date by filling out minimal information (like name).

We had this working before by asking the user for an admin username/pw and then logging in using those credentials during the running of the ansible script. What we need is some way of asking in the apb definition to allow the apb to create templates in the openshift namespace.

@jmrodri jmrodri added this to the 1.0.0 milestone Jul 3, 2018
@jmrodri
Copy link
Contributor

jmrodri commented Sep 20, 2020

Closing stale issues

@jmrodri jmrodri closed this as completed Sep 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants