Giter Site home page Giter Site logo

okd.io's Introduction

okd.io's People

Contributors

aliok avatar binnes avatar brenton avatar brianinnes avatar cgruver avatar coreydaley avatar danmcp avatar dependabot[bot] avatar developercorey avatar dmueller2001 avatar elmiko avatar fale avatar fortinj66 avatar gruselhaus avatar jaimemagiera avatar jiri-fiala avatar jomeier avatar jsvgoncalves avatar kowen-rh avatar lorbuschris avatar luciddreamz avatar luminouscoder avatar sandrobonazzola avatar smarterclayton avatar thatdocslady avatar travier avatar vrutkovs avatar warmchang avatar wgordon17 avatar wking avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

okd.io's Issues

Missing security contacts on okd.io

On the website there are no instructions on how to report security issues for OKD.

$ git describe 
middleman-11-g3036884

$ grin -i security
./about.md:
   43 : ## What sorts of security controls does OpenShift provide for containers?
   45 : OKD runs with the following security policy by default:
   54 : - Regular users and project admins cannot change their security quotas.
   69 : See the [security documentation](https://docs.okd.io/latest/authentication/managing-security-context-constraints.html){: target=_blank} more on confining applications.
./guides/aws-ipi.md:
   30 : - 10 distinct security groups
./guides/azure-ipi.md:
   29 : - 2 network security groups
./index.md:
   26 : OKD embeds Kubernetes and extends it with security and other integrated concepts

As an example, for oVirt project we have: https://www.ovirt.org/community/security.html

okd.io community section misses details included in https://github.com/openshift/community/

When looking at community section in https://www.okd.io/community/ it delegates the references to the organization of the community to an external site https://github.com/openshift/community/blob/master/CHARTER.md .
It would make sense to me to consolidate the community related information to a single place.
Would make sense to me using a git submodule importing from https://github.com/openshift/community/ if needed, but would be nice to get the stuff included in the charter displayed on the website and indexed my search engines.

Update Group Charter

Create a new draft of the group's charter to better reflect current working group practices and procedures.

Switch MkDocs site live

This PR is to track the work needed to switch from the Middleman implementation to the MkDocs implementation in the beta branch

Tasks to be completed:

  • remove web hooks for existing site building process
  • rename master branch to main
  • tag the main branch as the last middleman version
  • deliver the beta branch into main
  • alter the repo configuration to run the automation on changes to main branch rather than beta branch
  • alter the MkDocs configuration to reference the main branch rather than beta (this change should test the automation on the main branch)
  • add the CNAME to the git repo for serving GitHub pages as okd.io (see github docs) for details
  • alter DNS for okd.io to point to GitHub pages site
    • Note: check home page works without needing to specify index.html. Using okd.io is not ideal as the repo name, as it becomes part of the URL of the GitHub pages URL and browsers think okd.io is a document rather than a directory
  • tidy up the Red Hat pipeline used to build the Middleman site
  • close beta branch
  • tidy up issues and PR that refer to Middleman implementation
  • tidy up any branches no longer needed

Update vsphere install guide for 4.9

Please update the guides for installing OKD on vsphere for any changes that may have occurred in 4.9:

I'm unable to set assignees, but this should be assigned to @JaimeMagiera , who has volunteered to do this.

Thank you!

Modifications required for ensuring use of inclusive language

As part of the RedHat support of the inclusinve naming initiative. We want to ensure okd.io doesn't contain any inappropriate language.

A scan using the conscious language checker raised the following issues

  • The primary branch needs to be renamed from master to main. There are a number of things that will need to be coordinated with this change.
    • there are many links within the content pointing back to the git repo of the form <a href="https://github.com/openshift/origin/tree/master/ ...
    • there is content that directly specifies the master branch (such as CONTRIBUTING.md).
    • there may be some external tools that use the master branch to publish the web site which will also need updating to use the main branch
    • anyone with a clone of the repo should update their clone configuration to use the main branch
       git branch -m master main
       git fetch origin
       git branch -u origin/main main
       git remote set-head origin -a
  • Some files use master to indicate the primary, such as /source/css/_variables_scss. These should be changed to more appropriate words, such as primary or main. Search and replace is needed across the entire repo.
  • /source/.htaccess has 2 comments which use whitelist. These comments should be modified to use allow or allowlist
  • There is a typo in file /source/js/slide/camera.js, line 32 where the t is missing of the work the, so flags as he
  • /source/js/twitter/jquery.tweet.js uses his and should be changed to their

The other thing which is reported is file /source/js/rs-plugin/js/jquery.themepunch.revolution.js, which uses masterspeed as a variable name to control the speed for the slide transition. Does this need to be changed as it looks like an imported package?

Gather legal input on external repo, social media

Gather legal input on moving the group content to an external repository so that others can participate and we can implement more controls. Likewise, can legal and security input on storing passwords for our social media accounts.

Add GitHub action for testing incoming PR

The project is currently running only a Publish action on PR merge.

The project should run build.sh on PR so it can provide feedback on it earlier in an automated fashion.

remove/replace link to Full Users List

Change this:
View the Full User List (<%= data.users.users.count %>)

so that it reads as "View the OpenShift Commons Participants List"
with the Commons participants count
and links to the /participants.html page of commons.openshift.org site

@wgordon17

we don't want to maintain two lists of users/participants and instead eventually will add a 'OKD user' metadata tag to the participants.yaml file so that these logos can be pulled from there

however some of the okd users that will be listed are not yet members of commons so for now keep the carousel as is

Broken "Run OKD in a Container" link on source/index.html.erb

This file https://github.com/openshift-cs/okd.io/blob/master/source/index.html.erb

This url https://docs.okd.io/latest/getting_started/administrators.html#running-in-a-docker-container

Give 404 page.

I've tried searching for the what the correct link should be but not sure what to put in pr for "Run OKD in a Container"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.