blob: 402096ca9e1dddf3c2b7071e50ad24a6dde902f1 [file] [log] [blame]
David Garcia009a5d62020-08-27 16:53:44 +02001# Copyright 2020 Canonical Ltd.
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14options:
David Garcia009a5d62020-08-27 16:53:44 +020015 max_file_size:
16 type: int
17 description: |
18 The maximum file size, in megabytes.
19
20 If there is a reverse proxy in front of Keystone, it may
21 need to be configured to handle the requested size.
22 default: 5
23 ingress_whitelist_source_range:
24 type: string
25 description: |
26 A comma-separated list of CIDRs to store in the
27 ingress.kubernetes.io/whitelist-source-range annotation.
28
29 This can be used to lock down access to
30 Keystone based on source IP address.
31 default: ""
32 tls_secret_name:
33 type: string
34 description: TLS Secret name
35 default: ""
36 site_url:
37 type: string
38 description: Ingress URL
39 default: ""
David Garcia009a5d62020-08-27 16:53:44 +020040 region_id:
41 type: string
42 description: Region ID to be created when starting the service
43 default: RegionOne
44 keystone_db_password:
45 type: string
46 description: Keystone DB Password
47 default: admin
sousaedu996a5602021-05-03 00:22:43 +020048 mysql_host:
49 type: string
50 description: MySQL Host (external database)
51 mysql_port:
52 type: int
53 description: MySQL Port (external database)
54 mysql_root_password:
55 type: string
56 description: MySQL Root Password (external database)
David Garcia009a5d62020-08-27 16:53:44 +020057 admin_username:
58 type: string
59 description: Admin username to be created when starting the service
60 default: admin
61 admin_password:
62 type: string
63 description: Admin password to be created when starting the service
64 default: admin
65 admin_project:
66 type: string
67 description: Admin project to be created when starting the service
68 default: admin
69 service_username:
70 type: string
71 description: Service Username to be created when starting the service
72 default: nbi
73 service_password:
74 type: string
75 description: Service Password to be created when starting the service
76 default: nbi
77 service_project:
78 type: string
79 description: Service Project to be created when starting the service
80 default: service
81 user_domain_name:
82 type: string
83 description: User domain name (Hardcoded in the container start.sh script)
84 default: default
85 project_domain_name:
86 type: string
87 description: |
88 Project domain name (Hardcoded in the container start.sh script)
89 default: default
sousaedu738bf6f2020-10-10 00:25:26 +010090 token_expiration:
91 type: int
92 description: Token keys expiration in seconds
93 default: 172800
sousaedu126a4432020-09-23 13:28:25 +010094 ldap_enabled:
95 type: boolean
96 description: Boolean to enable/disable LDAP authentication
97 default: false
98 ldap_authentication_domain_name:
99 type: string
100 description: Name of the domain which use LDAP authentication
101 default: ""
102 ldap_url:
103 type: string
104 description: URL of the LDAP server
105 default: "ldap://localhost"
106 ldap_bind_user:
107 type: string
108 description: User to bind and search for users
109 default: ""
110 ldap_bind_password:
111 type: string
112 description: Password to bind and search for users
113 default: ""
sousaedu0be373d2020-10-20 01:06:32 +0100114 ldap_chase_referrals:
115 type: string
116 description: |
117 Sets keystone’s referral chasing behavior across directory partitions.
118 If left unset, the system’s default behavior will be used.
119 default: ""
120 ldap_page_size:
121 type: int
122 description: |
123 Defines the maximum number of results per page that keystone should
124 request from the LDAP server when listing objects. A value of zero (0)
125 disables paging.
126 default: 0
sousaedu126a4432020-09-23 13:28:25 +0100127 ldap_user_tree_dn:
128 type: string
129 description: |
130 Root of the tree in LDAP server in which Keystone will search for users
131 default: ""
132 ldap_user_objectclass:
133 type: string
134 description: |
135 LDAP object class that Keystone will filter on within user_tree_dn to
136 find user objects. Any objects of other classes will be ignored.
137 default: inetOrgPerson
138 ldap_user_id_attribute:
139 type: string
140 description: |
141 This set of options define the mapping to LDAP attributes for the three
142 key user attributes supported by Keystone. The LDAP attribute chosen for
143 user_id must be something that is immutable for a user and no more than
144 64 characters in length. Notice that Distinguished Name (DN) may be
145 longer than 64 characters and thus is not suitable. An uid, or mail may
146 be appropriate.
147 default: cn
148 ldap_user_name_attribute:
149 type: string
150 description: |
151 This set of options define the mapping to LDAP attributes for the three
152 key user attributes supported by Keystone. The LDAP attribute chosen for
153 user_id must be something that is immutable for a user and no more than
154 64 characters in length. Notice that Distinguished Name (DN) may be
155 longer than 64 characters and thus is not suitable. An uid, or mail may
156 be appropriate.
157 default: sn
158 ldap_user_pass_attribute:
159 type: string
160 description: |
161 This set of options define the mapping to LDAP attributes for the three
162 key user attributes supported by Keystone. The LDAP attribute chosen for
163 user_id must be something that is immutable for a user and no more than
164 64 characters in length. Notice that Distinguished Name (DN) may be
165 longer than 64 characters and thus is not suitable. An uid, or mail may
166 be appropriate.
167 default: userPassword
168 ldap_user_filter:
169 type: string
170 description: |
171 This filter option allow additional filter (over and above
172 user_objectclass) to be included into the search of user. One common use
173 of this is to provide more efficient searching, where the recommended
174 search for user objects is (&(objectCategory=person)(objectClass=user)).
175 By specifying user_objectclass as user and user_filter as
176 objectCategory=person in the Keystone configuration file, this can be
177 achieved.
178 default: ""
179 ldap_user_enabled_attribute:
180 type: string
181 description: |
182 In Keystone, a user entity can be either enabled or disabled. Setting
183 the above option will give a mapping to an equivalent attribute in LDAP,
184 allowing your LDAP management tools to disable a user.
185 default: enabled
186 ldap_user_enabled_mask:
187 type: int
188 description: |
189 Some LDAP schemas, rather than having a dedicated attribute for user
190 enablement, use a bit within a general control attribute (such as
191 userAccountControl) to indicate this. Setting user_enabled_mask will
192 cause Keystone to look at only the status of this bit in the attribute
193 specified by user_enabled_attribute, with the bit set indicating the
194 user is enabled.
195 default: 0
196 ldap_user_enabled_default:
sousaedu21a9d212021-04-20 11:10:45 +0200197 type: string
sousaedu126a4432020-09-23 13:28:25 +0100198 description: |
199 Most LDAP servers use a boolean or bit in a control field to indicate
200 enablement. However, some schemas might use an integer value in an
201 attribute. In this situation, set user_enabled_default to the integer
202 value that represents a user being enabled.
David Garcia69bc1ab2021-05-05 16:51:40 +0200203 default: "true"
sousaedu126a4432020-09-23 13:28:25 +0100204 ldap_user_enabled_invert:
205 type: boolean
206 description: |
207 Some LDAP schemas have an “account locked” attribute, which is the
208 equivalent to account being “disabled.” In order to map this to the
209 Keystone enabled attribute, you can utilize the user_enabled_invert
210 setting in conjunction with user_enabled_attribute to map the lock
211 status to disabled in Keystone.
212 default: false
sousaedu0be373d2020-10-20 01:06:32 +0100213 ldap_group_objectclass:
214 type: string
215 description: The LDAP object class to use for groups.
216 default: groupOfNames
217 ldap_group_tree_dn:
218 type: string
219 description: The search base to use for groups.
220 default: ""
sousaedu126a4432020-09-23 13:28:25 +0100221 ldap_use_starttls:
222 type: boolean
223 description: |
224 Enable Transport Layer Security (TLS) for providing a secure connection
225 from Keystone to LDAP (StartTLS, not LDAPS).
226 default: false
227 ldap_tls_cacert_base64:
228 type: string
229 description: |
230 CA certificate in Base64 format (if you have the PEM file, text inside
231 "-----BEGIN CERTIFICATE-----"/"-----END CERTIFICATE-----" tags).
232 default: ""
233 ldap_tls_req_cert:
234 type: string
235 description: |
236 Defines how the certificates are checked for validity in the client
237 (i.e., Keystone end) of the secure connection (this doesn’t affect what
238 level of checking the server is doing on the certificates it receives
239 from Keystone). Possible values are "demand", "never", and "allow". The
240 default of demand means the client always checks the certificate and
241 will drop the connection if it is not provided or invalid. never is the
242 opposite—it never checks it, nor requires it to be provided. allow means
243 that if it is not provided then the connection is allowed to continue,
244 but if it is provided it will be checked—and if invalid, the connection
245 will be dropped.
246 default: demand