forked from pub-solar/infra
fix: auth.pub.solar now runs on nachtigall
This commit is contained in:
parent
50e84225c3
commit
4861593b25
|
@ -3,9 +3,9 @@
|
||||||
### Keycloak
|
### Keycloak
|
||||||
Required:
|
Required:
|
||||||
- auth.pub.solar ops user credentials
|
- auth.pub.solar ops user credentials
|
||||||
- SSH access to host flora-6
|
- SSH access to host nachtigall
|
||||||
```
|
```
|
||||||
ssh barkeeper@flora-6.pub.solar
|
ssh barkeeper@nachtigall.pub.solar
|
||||||
|
|
||||||
sudo --user keycloak kcadm.sh get users \
|
sudo --user keycloak kcadm.sh get users \
|
||||||
-r pub.solar \
|
-r pub.solar \
|
||||||
|
|
|
@ -3,9 +3,9 @@
|
||||||
### Keycloak
|
### Keycloak
|
||||||
Required:
|
Required:
|
||||||
- auth.pub.solar ops user credentials
|
- auth.pub.solar ops user credentials
|
||||||
- SSH access to host flora-6
|
- SSH access to host nachtigall
|
||||||
```
|
```
|
||||||
ssh barkeeper@flora-6.pub.solar
|
ssh barkeeper@nachtigall.pub.solar
|
||||||
|
|
||||||
mkdir /tmp/keycloak-credential-reset
|
mkdir /tmp/keycloak-credential-reset
|
||||||
|
|
||||||
|
|
|
@ -3,9 +3,9 @@
|
||||||
### Keycloak
|
### Keycloak
|
||||||
Required:
|
Required:
|
||||||
- auth.pub.solar ops user credentials
|
- auth.pub.solar ops user credentials
|
||||||
- SSH access to host flora-6
|
- SSH access to host nachtigall
|
||||||
```
|
```
|
||||||
ssh barkeeper@flora-6.pub.solar
|
ssh barkeeper@nachtigall.pub.solar
|
||||||
|
|
||||||
sudo -u keycloak kcadm.sh config credentials --config /tmp/kcadm.config --server http://localhost:8080 --realm master --user admin
|
sudo -u keycloak kcadm.sh config credentials --config /tmp/kcadm.config --server http://localhost:8080 --realm master --user admin
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue