GithubHelp home page GithubHelp logo

indigo-iam / iam-website Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 5.0 10.95 MB

The INDIGO IAM Website source.

Home Page: https://indigo-iam.github.io

License: Apache License 2.0

Dockerfile 5.11% SCSS 3.25% HTML 48.40% Shell 43.24%
hugo iam oidc-provider wlcg

iam-website's People

Contributors

alexcos78 avatar andreaceccanti avatar balciiberk avatar carmelopellegrino avatar dependabot[bot] avatar enricovianello avatar federicaagostini avatar giacomini avatar joda70 avatar marcelovilaca avatar rmiccoli avatar vokac avatar zinus92 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

iam-website's Issues

Changes to Database example command needed in Docs with new MySQL versions

In newer DB versions, the existing example:

GRANT ALL PRIVILEGES on iam_test_db.* to 'iam_test'@'%' identified by 'some_super_secure_password';

No longer works. Instead, one must now use:

CREATE USER 'iam_test'@'%' identified by 'some_super_secure_password';
GRANT ALL PRIVILEGES on iam_test_db.* to 'iam_test'@'%';

This renders the current documentation out of date.

links broken in 1.7.2 docs

Some link targets are defined using relative URLs rather than absolute ones but the site URL doesn't resolve to the appropriate location, meaning that these links are broken.

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.