<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Create Metastore. Missing permissions: The associated credential does not grant permission to perform all necessary operations. in Data Governance</title>
    <link>https://community.databricks.com/t5/data-governance/create-metastore-missing-permissions-the-associated-credential/m-p/7953#M232</link>
    <description>&lt;P&gt;Bump. @Yeshaswini P V​&amp;nbsp;@Gokul Kumar P​&lt;/P&gt;</description>
    <pubDate>Mon, 13 Mar 2023 12:39:36 GMT</pubDate>
    <dc:creator>Elon</dc:creator>
    <dc:date>2023-03-13T12:39:36Z</dc:date>
    <item>
      <title>Create Metastore. Missing permissions: The associated credential does not grant permission to perform all necessary operations.</title>
      <link>https://community.databricks.com/t5/data-governance/create-metastore-missing-permissions-the-associated-credential/m-p/7952#M231</link>
      <description>&lt;P&gt;Cloud: AWS&lt;/P&gt;&lt;P&gt;Region: eu-west-1&lt;/P&gt;&lt;P&gt;S3 location: s3://databricks-dev-bucket&lt;/P&gt;&lt;P&gt;IAM role ARN: arn:aws:iam::18XXXXXXXX29:role/databricks-s3-metastore&lt;/P&gt;&lt;P&gt;Guide followed: ref: &lt;A href="https://docs.databricks.com/data-governance/unity-catalog/get-started.html#cloud-tenant-setup-aws" alt="https://docs.databricks.com/data-governance/unity-catalog/get-started.html#cloud-tenant-setup-aws" target="_blank"&gt;https://docs.databricks.com/data-governance/unity-catalog/get-started.html#cloud-tenant-setup-aws&lt;/A&gt;&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;Skipped&lt;/P&gt;&lt;P&gt;- Read&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;Success&lt;/P&gt;&lt;P&gt;- List&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;Failed&lt;/P&gt;&lt;P&gt;- Write&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;Skipped&lt;/P&gt;&lt;P&gt;- Delete&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;Success - Path Exists&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/559i5605B00D9BC89C96/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;​&lt;/P&gt;&lt;P&gt;AWS Policy simulator:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Polic simulator"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/560iF26547730DBDD810/image-size/large?v=v2&amp;amp;px=999" role="button" title="Polic simulator" alt="Polic simulator" /&gt;&lt;/span&gt;​&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;{
&amp;nbsp;
   "Version": "2012-10-17",
&amp;nbsp;
   "Statement": [
&amp;nbsp;
       {
&amp;nbsp;
           "Action": [
&amp;nbsp;
               "s3:GetObject",
&amp;nbsp;
               "s3:PutObject",
&amp;nbsp;
               "s3:DeleteObject",
&amp;nbsp;
               "s3:ListBucket",
&amp;nbsp;
               "s3:GetBucketLocation",
&amp;nbsp;
               "s3:GetLifecycleConfiguration",
&amp;nbsp;
               "s3:PutLifecycleConfiguration"
&amp;nbsp;
           ],
&amp;nbsp;
           "Effect": "Allow",
&amp;nbsp;
           "Resource": [
&amp;nbsp;
               "arn:aws:s3:::databricks-dev-bucket/*",
&amp;nbsp;
               "arn:aws:s3:::databricks-dev-bucket"
&amp;nbsp;
           ]
&amp;nbsp;
       },
&amp;nbsp;
       {
&amp;nbsp;
           "Action": [
&amp;nbsp;
               "kms:Decrypt",
&amp;nbsp;
               "kms:Encrypt",
&amp;nbsp;
               "kms:GenerateDataKey*"
&amp;nbsp;
           ],
&amp;nbsp;
           "Effect": "Allow",
&amp;nbsp;
           "Resource": [
&amp;nbsp;
               "arn:aws:kms:arn:aws:kms:eu-west-1:18XXXXXXXX29:key/29f77XXX-XXXX-XXXX-XXXX-XXXf63bf112e"
&amp;nbsp;
           ]
&amp;nbsp;
       },
&amp;nbsp;
       {
&amp;nbsp;
           "Action": [
&amp;nbsp;
               "sts:AssumeRole"
&amp;nbsp;
           ],
&amp;nbsp;
           "Effect": "Allow",
&amp;nbsp;
           "Resource": [
&amp;nbsp;
               "arn:aws:iam::18XXXXXXXX29:role/databricks-s3-metastore"
&amp;nbsp;
           ]
&amp;nbsp;
       }
&amp;nbsp;
   ]
&amp;nbsp;
}&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;iam Role:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;{
&amp;nbsp;
 "Version": "2012-10-17",
&amp;nbsp;
 "Statement": [
&amp;nbsp;
 {
&amp;nbsp;
 "Effect": "Allow",
&amp;nbsp;
 "Principal": {
&amp;nbsp;
 "AWS": [
&amp;nbsp;
 "arn:aws:iam::414351767826:role/unity-catalog-prod-UCMasterRole-14S5ZJVKOTYTL",
&amp;nbsp;
 "arn:aws:iam::${aws_account_id}:role/${role_name}"
&amp;nbsp;
 ]
&amp;nbsp;
 },
&amp;nbsp;
 "Action": "sts:AssumeRole",
&amp;nbsp;
 "Condition": {
&amp;nbsp;
 "StringEquals": {
&amp;nbsp;
 "sts:ExternalId": "${databricks_account_id}"
&amp;nbsp;
 }
&amp;nbsp;
 }
&amp;nbsp;
 }
&amp;nbsp;
 ]
&amp;nbsp;
 }&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Mar 2023 15:37:02 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/create-metastore-missing-permissions-the-associated-credential/m-p/7952#M231</guid>
      <dc:creator>Elon</dc:creator>
      <dc:date>2023-03-10T15:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: Create Metastore. Missing permissions: The associated credential does not grant permission to perform all necessary operations.</title>
      <link>https://community.databricks.com/t5/data-governance/create-metastore-missing-permissions-the-associated-credential/m-p/7953#M232</link>
      <description>&lt;P&gt;Bump. @Yeshaswini P V​&amp;nbsp;@Gokul Kumar P​&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2023 12:39:36 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/create-metastore-missing-permissions-the-associated-credential/m-p/7953#M232</guid>
      <dc:creator>Elon</dc:creator>
      <dc:date>2023-03-13T12:39:36Z</dc:date>
    </item>
  </channel>
</rss>

