Skip to content

Commit c4c99df

Browse files
authored
Adding how to change passphrase in enterprise (circleci#464)
1 parent 7982c7b commit c4c99df

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

jekyll/_docs/enterprise/faq.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,17 @@ $ # To get private ip address
121121
$ ifconfig eth0 | grep "inet addr"
122122
inet addr:10.0.0.235 Bcast:10.0.0.255 Mask:255.255.255.0
123123
```
124+
125+
#### How can I change my passphrase?
126+
127+
First, you need to change your passphrase from the system console (services box port 8800) settings page and restart your app.
128+
129+
Then, you need to update `CIRCLE_SECRET_PASSPHRASE` in the init script that you are using to add builder boxes to your fleet. If you are
130+
using AWS ASG to manage your builder boxes, you can update the environment variable in the [ASG configuration]({{ site.baseurl }}/enterprise/faq/#can-i-use-aws-auto-scaling-groups-to-manage-my-builder-boxes).
131+
132+
Now new builder boxes joining the fleet will use the new passphrase. Existing builder boxes with old passphrase also continue functioning without any real problems but we recommend rolling these box as soon as you can
133+
just in order to use the consistent passphrase in your fleet.
134+
124135
#### I want to change my settings? Can I do that?
125136

126137
Yes! Take a back up of `/etc/circle` -- edit the values in `/etc/circle/user`

0 commit comments

Comments
 (0)