Giter VIP home page Giter VIP logo

eduid_resourceregistry's Introduction

Initial setup

After having run the playbook successfully for the first time, it is time to setup and configure the Resource Registry

  1. Make sure that the ansible variable "setup_enabled" is set to 'TRUE'. If this has not been the case, you need to enable setup and re-run the playbook.

  2. Open https://{fqdn}/setup in your browser and create your admin account

  3. Disable setup again:

setup_enabled: FALSE

Create a certificate for the webserver and for metadata signing

For any productive webserver, we recommend using a certificate issued by a trusted CA, eg one obtained from Comodo. For testing and development, a self-signed certificate will do the job.

openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout roles/registry/files/{{ fqdn }}.key -out roles/registry/files/{{ fqdn }}.crt

For signing the metadata you don't need a trusted certificate, so just create one yourself.

openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout roles/registry/files/metadata-signer.key -out roles/registry/files/metadata-signer.crt

How to make secret variables really secret

Create a random vault password - If you haven't done so already

openssl rand -base64 32 > ~/.ansible_vault_pass

Copy, populate and encrypt the secrets file

cp group_vars/secrets.example group_vars/secrets
vi group_vars/secrets
ansible-vault encrypt group_vars/secrets --vault-password-file ~/.ansible_vault_pass

Run the Playbook

ansible-playbook -i [development|production] resource_registry.yml --vault-password-file ~/.ansible_vault_pass

Show the secret vars

ansible-vault view group_vars/secrets --vault-password-file ~/.ansible_vault_pass
``

eduid_resourceregistry's People

Contributors

hydrat avatar

Watchers

 avatar  avatar

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.