Skip to content

Commit

Permalink
Add ocm user role
Browse files Browse the repository at this point in the history
  • Loading branch information
pvasant committed Nov 18, 2021
1 parent 1681cf8 commit 466c282
Show file tree
Hide file tree
Showing 12 changed files with 580 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ docs/
/rosa-linux-amd64.sha256
/rosa-windows-amd64.exe
/rosa-windows-amd64.sha256
/*policy.json
40 changes: 39 additions & 1 deletion assets/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions cmd/create/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import (
"github.com/openshift/rosa/cmd/create/machinepool"
"github.com/openshift/rosa/cmd/create/oidcprovider"
"github.com/openshift/rosa/cmd/create/operatorroles"
"github.com/openshift/rosa/cmd/create/userrole"

"github.com/openshift/rosa/pkg/arguments"
"github.com/openshift/rosa/pkg/interactive/confirm"
Expand All @@ -48,6 +49,7 @@ func init() {
Cmd.AddCommand(machinepool.Cmd)
Cmd.AddCommand(oidcprovider.Cmd)
Cmd.AddCommand(operatorroles.Cmd)
Cmd.AddCommand(userrole.Cmd)

flags := Cmd.PersistentFlags()
arguments.AddProfileFlag(flags)
Expand Down
Loading

0 comments on commit 466c282

Please sign in to comment.