<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:09:07 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[DOCS-13947] [MEKO] MongoDB Operator missing additional instructions to work with OpenShift.  Need to generate Service Accounts for each namespace. </title>
                <link>https://jira.mongodb.org/browse/DOCS-13947</link>
                <project id="10380" key="DOCS">Documentation</project>
                    <description>&lt;h2&gt;&lt;a name=&quot;Description&quot;&gt;&lt;/a&gt;Description&lt;/h2&gt;
&lt;p&gt;MongoDB Operator missing additional instructions to work with OpenShift. When installing MongoDB Operator for all namespaces, you need to generate Service Accounts for each namespace that you want to use MongoDB.&lt;/p&gt;

&lt;h2&gt;&lt;a name=&quot;Scopeofchanges&quot;&gt;&lt;/a&gt;Scope of changes&lt;/h2&gt;

&lt;h2&gt;&lt;a name=&quot;ImpacttoOtherDocs&quot;&gt;&lt;/a&gt;Impact to Other Docs&lt;/h2&gt;

&lt;h2&gt;&lt;a name=&quot;MVP%28WorkandDate%29&quot;&gt;&lt;/a&gt;MVP (Work and Date)&lt;/h2&gt;

&lt;h2&gt;&lt;a name=&quot;Resources%28ScopeorDesignDocs%2CInvision%2Cetc.%29&quot;&gt;&lt;/a&gt;Resources (Scope or Design Docs, Invision, etc.)&lt;/h2&gt;
</description>
                <environment></environment>
        <key id="1525393">DOCS-13947</key>
            <summary>[MEKO] MongoDB Operator missing additional instructions to work with OpenShift.  Need to generate Service Accounts for each namespace. </summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="4" iconUrl="https://jira.mongodb.org/images/icons/priorities/minor.svg">Minor - P4</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="13201">Fixed</resolution>
                                        <assignee username="john.williams@mongodb.com">John Williams</assignee>
                                    <reporter username="albert.wong@mongodb.com">Albert Wong</reporter>
                        <labels>
                    </labels>
                <created>Mon, 26 Oct 2020 15:40:19 +0000</created>
                <updated>Sun, 29 Oct 2023 13:54:43 +0000</updated>
                            <resolved>Wed, 6 Jan 2021 02:28:46 +0000</resolved>
                                                                    <component>Kubernetes Operator</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                                                            <comments>
                            <comment id="3494446" author="JIRAUSER1256209" created="Tue, 17 Nov 2020 20:15:32 +0000"  >&lt;p&gt;cross link to&#160;&lt;a href=&quot;https://github.com/mongodb/mongodb-enterprise-kubernetes/issues/168&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongodb-enterprise-kubernetes/issues/168&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3465665" author="JIRAUSER1256209" created="Wed, 28 Oct 2020 00:43:35 +0000"  >&lt;p&gt;Here is the yaml that needs to executed to add service accounts for each namespace that wants to do a mongodb deploy when watch namespace is set to *&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&amp;#8212;&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;Source: mongodb-enterprise-operator/templates/database-roles.yaml&lt;br/&gt;
apiVersion: v1&lt;br/&gt;
kind: ServiceAccount&lt;br/&gt;
metadata:&lt;br/&gt;
 name: mongodb-enterprise-appdb&lt;br/&gt;
 namespace: ecommerce&lt;br/&gt;
&amp;#8212;&lt;/li&gt;
	&lt;li&gt;Source: mongodb-enterprise-operator/templates/database-roles.yaml&lt;br/&gt;
apiVersion: v1&lt;br/&gt;
kind: ServiceAccount&lt;br/&gt;
metadata:&lt;br/&gt;
 name: mongodb-enterprise-database-pods&lt;br/&gt;
 namespace: ecommerce&lt;br/&gt;
&amp;#8212;&lt;/li&gt;
	&lt;li&gt;Source: mongodb-enterprise-operator/templates/database-roles.yaml&lt;br/&gt;
apiVersion: v1&lt;br/&gt;
kind: ServiceAccount&lt;br/&gt;
metadata:&lt;br/&gt;
 name: mongodb-enterprise-ops-manager&lt;br/&gt;
 namespace: ecommerce&lt;br/&gt;
&amp;#8212;&lt;/li&gt;
	&lt;li&gt;Source: mongodb-enterprise-operator/templates/database-roles.yaml&lt;br/&gt;
kind: Role&lt;br/&gt;
apiVersion: rbac.authorization.k8s.io/v1&lt;br/&gt;
metadata:&lt;br/&gt;
 name: mongodb-enterprise-appdb&lt;br/&gt;
 namespace: ecommerce&lt;br/&gt;
rules:&lt;/li&gt;
&lt;/ol&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;apiGroups:&lt;/li&gt;
	&lt;li&gt;&quot;&quot;&lt;br/&gt;
 resources:&lt;/li&gt;
	&lt;li&gt;secrets&lt;br/&gt;
 verbs:&lt;/li&gt;
	&lt;li&gt;get&lt;br/&gt;
&amp;#8212;&lt;/li&gt;
&lt;/ul&gt;
&lt;ol&gt;
	&lt;li&gt;Source: mongodb-enterprise-operator/templates/database-roles.yaml&lt;br/&gt;
kind: RoleBinding&lt;br/&gt;
apiVersion: rbac.authorization.k8s.io/v1&lt;br/&gt;
metadata:&lt;br/&gt;
 name: mongodb-enterprise-appdb&lt;br/&gt;
 namespace: ecommerce&lt;br/&gt;
roleRef:&lt;br/&gt;
 apiGroup: rbac.authorization.k8s.io&lt;br/&gt;
 kind: Role&lt;br/&gt;
 name: mongodb-enterprise-appdb&lt;br/&gt;
subjects:&lt;/li&gt;
&lt;/ol&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;kind: ServiceAccount&lt;br/&gt;
 name: mongodb-enterprise-appdb&lt;br/&gt;
 namespace: ecommerce&lt;/li&gt;
&lt;/ul&gt;
</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                            <subtask id="1582579">DOCS-14096</subtask>
                            <subtask id="1582580">DOCS-14097</subtask>
                            <subtask id="1582581">DOCS-14098</subtask>
                            <subtask id="1582583">DOCS-14099</subtask>
                            <subtask id="1582584">DOCS-14100</subtask>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        3 years, 12 weeks, 1 day ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>DOCSP-3291</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>luke.bonanomi@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            3 years, 12 weeks, 1 day ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>albert.wong@mongodb.com</customfieldvalue>
            <customfieldvalue>john.williams@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hyejzz:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hy13in:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="4353">CET: Oberon (17-23 Nov 2020)</customfieldvalue>
    <customfieldvalue id="4389">CET: Turkey (24-30 Nov 2020)</customfieldvalue>
    <customfieldvalue id="4390">CET: Phobos (1-7 Dec 2020)</customfieldvalue>
    <customfieldvalue id="4391">CET: Rhea (8-14 Dec 2020)</customfieldvalue>
    <customfieldvalue id="4392">CET: Styx (15-21 Dec 2020)</customfieldvalue>
    <customfieldvalue id="4393">CET: Yule (22-28 Dec 2020)</customfieldvalue>
    <customfieldvalue id="4394">CET: T (29 Dec 20 - 4 Jan 21)</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10555" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>3.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hye69b:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                </customfields>
    </item>
</channel>
</rss>