Skip to content

Commit 313d580

Browse files
authored
Merge pull request #10005 from brutif/expose_kubernetes_oauth_new_attributes
expose new oauth metatype attributes for kube oauth providers
2 parents d93354d + fe8c3cb commit 313d580

File tree

1 file changed

+5
-5
lines changed
  • dev/com.ibm.ws.security.social/resources/OSGI-INF/metatype

1 file changed

+5
-5
lines changed

dev/com.ibm.ws.security.social/resources/OSGI-INF/metatype/metatype.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -328,20 +328,20 @@
328328
<AD id="userApiNeedsSpecialHeader" name="internal" description="internal use only" required="false"
329329
type="Boolean" default="false" />
330330
<AD id="useSystemPropertiesForHttpClientConnections" name="%useSystemPropertiesForHttpClientConnections" description="%useSystemPropertiesForHttpClientConnections.desc" required="false" type="Boolean" default="false"/>
331-
<AD id="userApiType" name="internal" description="internal use only"
331+
<AD id="userApiType" name="%userApiType" description="%userApiType.desc"
332332
required="false" type="String" default="basic">
333333
<Option label="%userApiType.basic" value="basic" />
334334
<Option label="%userApiType.kube" value="kube" />
335335
</AD>
336336
<!-- If userApiSpec="TokenReview", the userApiToken value is required because the runtime will make a call to the TokenReview API.
337337
The call to the TokenReview API must include a token for a service account that's allowed to make that call. -->
338-
<AD id="userApiToken" name="internal" description="internal use only"
338+
<AD id="userApiToken" name="%userApiToken" description="%userApiToken.desc"
339339
required="false" type="String" ibm:type="password" />
340-
<AD id="accessTokenRequired" name="internal" description="internal use only"
340+
<AD id="accessTokenRequired" name="%accessTokenRequired" description="%accessTokenRequired.desc"
341341
required="false" type="Boolean" default="false" />
342-
<AD id="accessTokenSupported" name="internal" description="internal use only"
342+
<AD id="accessTokenSupported" name="%accessTokenSupported" description="%accessTokenSupported.desc"
343343
required="false" type="Boolean" default="false" />
344-
<AD id="accessTokenHeaderName" name="internal" description="internal use only"
344+
<AD id="accessTokenHeaderName" name="%accessTokenHeaderName" description="%accessTokenHeaderName.desc"
345345
required="false" type="String" />
346346
</OCD>
347347

0 commit comments

Comments
 (0)