iangow / se_core

Core code for StreetEvents data
7 stars 5 forks source link

Set up ID/access #8

Closed bdcallen closed 4 years ago

bdcallen commented 4 years ago

@iangow This issue is for setting up access for myself, as discussed in the meeting.

iangow commented 4 years ago

@bdcallen

This should enable you to administer cron jobs.

3060D-150657-M:jar_methods igow$ ssh 10.101.13.99
igow@10.101.13.99's password: 
Welcome to Ubuntu 18.04.3 LTS (GNU/Linux 4.15.0-65-generic x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/advantage

 * Overheard at KubeCon: "microk8s.status just blew my mind".

     https://microk8s.io/docs/commands#microk8s.status

 * Canonical Livepatch is enabled.
   - All available patches applied.

86 packages can be updated.
0 updates are security updates.

*** System restart required ***
No mail.
Last login: Wed Nov 27 13:47:27 2019 from 10.4.159.219
igow@igow-z640:~$ sudo usermod -aG sudo bdcallen 
[sudo] password for igow: 
iangow commented 4 years ago
crsp=# GRANT streetevents TO bdcallen ;
NOTICE:  role "bdcallen" is already a member of role "streetevents"
GRANT ROLE
crsp=# 
iangow commented 4 years ago

@bdcallen Reopen if this doesn't work for some reason.