Skip to content

Commit

Permalink
Changed from using medl role to dagl role because it is easier to tes…
Browse files Browse the repository at this point in the history
…t with
  • Loading branch information
Ceredron committed Jan 15, 2025
1 parent 64375ef commit baeefae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
<xacml:AnyOf>
<xacml:AllOf>
<xacml:Match MatchId="urn:oasis:names:tc:xacml:3.0:function:string-equal-ignore-case">
<xacml:AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">medl</xacml:AttributeValue>
<xacml:AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">dagl</xacml:AttributeValue>
<xacml:AttributeDesignator AttributeId="urn:altinn:rolecode" Category="urn:oasis:names:tc:xacml:1.0:subject-category:access-subject" DataType="http://www.w3.org/2001/XMLSchema#string" MustBePresent="false" />
</xacml:Match>
</xacml:AllOf>
</xacml:AnyOf>
<xacml:AnyOf>
<xacml:AllOf>
<xacml:Match MatchId="urn:oasis:names:tc:xacml:1.0:function:string-equal">
<xacml:AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">medl-correspondence-1</xacml:AttributeValue>
<xacml:AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">dagl-correspondence-1</xacml:AttributeValue>
<xacml:AttributeDesignator AttributeId="urn:altinn:resource" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource" DataType="http://www.w3.org/2001/XMLSchema#string" MustBePresent="false" />
</xacml:Match>
</xacml:AllOf>
Expand Down Expand Up @@ -50,7 +50,7 @@
<xacml:AnyOf>
<xacml:AllOf>
<xacml:Match MatchId="urn:oasis:names:tc:xacml:1.0:function:string-equal">
<xacml:AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">medl-correspondence-1</xacml:AttributeValue>
<xacml:AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">dagl-correspondence-1</xacml:AttributeValue>
<xacml:AttributeDesignator AttributeId="urn:altinn:resource" Category="urn:oasis:names:tc:xacml:3.0:attribute-category:resource" DataType="http://www.w3.org/2001/XMLSchema#string" MustBePresent="false" />
</xacml:Match>
</xacml:AllOf>
Expand All @@ -77,4 +77,4 @@
</xacml:AttributeAssignmentExpression>
</xacml:ObligationExpression>
</xacml:ObligationExpressions>
</xacml:Policy>
</xacml:Policy>
Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,4 @@ begin
temp_correspondencebase C
CROSS JOIN generate_series(1, 2) N(NotifNum);
END;
$$ LANGUAGE plpgsql;
$$ LANGUAGE plpgsql;
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ BEGIN
END IF;
-- SET session_replication_role = DEFAULT;
END;
$$ LANGUAGE plpgsql;
$$ LANGUAGE plpgsql;

0 comments on commit baeefae

Please sign in to comment.