Skip to content

Commit

Permalink
Merge pull request #1500 from deads2k/deads-eliminate-security-on-doc…
Browse files Browse the repository at this point in the history
…ker-startup

Merged by openshift-bot
  • Loading branch information
OpenShift Bot committed Mar 30, 2015
2 parents fdbd5d9 + 060930e commit 5c50537
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -59,6 +59,10 @@ Once the container is started, you can jump into a console inside the container
$ docker exec -it openshift-origin bash
$ osc --help

If you just want to experiment with the API without worrying about security privileges, you can disable authorization checks by running this from the host system. This command grants full access to anyone.

$ docker exec -it openshift-origin bash -c "openshift admin --config=/var/lib/openshift/openshift.local.certificates/admin/.kubeconfig policy add-role-to-group cluster-admin system:authenticated system:unauthenticated"


### Start Developing

Expand Down

0 comments on commit 5c50537

Please sign in to comment.