Skip to content

Commit

Permalink
Merge pull request #341 from navikt/nom_saas_proxy
Browse files Browse the repository at this point in the history
update proxy to beta
  • Loading branch information
its-me2000 authored Oct 4, 2024
2 parents 8796334 + 6602a86 commit a8e141e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion force-app/nom/classes/NOM_Service.cls
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
public inherited sharing class NOM_Service extends ApiController{
private static final String API_CONFIG_NAME = 'NOM_API';
private static final String SERVICE_AUTH_HEADER = 'Nom';
private static final String SERVICE_AUTH_HEADER = 'gcpsaasproxy';
private static final String DEFAULT_QUERY_API_SERVICE_NAME = 'POST_NOM';

public NOM_Service() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,32 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<CustomMetadata xmlns="http://soap.sforce.com/2006/04/metadata"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<CustomMetadata xmlns="http://soap.sforce.com/2006/04/metadata" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<label>NOM_API</label>
<protected>false</protected>
<values>
<field>App_Name_Test__c</field>
<value xsi:type="xsd:string">nom-api</value>
</values>
<values>
<field>App_Name__c</field>
<value xsi:type="xsd:string">nom-api</value>
</values>
<values>
<field>Base_Endpoint_Test__c</field>
<value xsi:nil="true" />
<value xsi:nil="true"/>
</values>
<values>
<field>Base_Endpoint__c</field>
<value xsi:nil="true" />
<value xsi:nil="true"/>
</values>
<values>
<field>Domain__c</field>
<value xsi:nil="true" />
<value xsi:nil="true"/>
</values>
<values>
<field>Named_Credential_Test__c</field>
<value xsi:nil="true" />
<value xsi:nil="true"/>
</values>
<values>
<field>Named_Credential__c</field>
<value xsi:nil="true" />
<value xsi:nil="true"/>
</values>
<values>
<field>Salesforce_API__c</field>
Expand All @@ -40,4 +42,8 @@
<field>Use_Gateway__c</field>
<value xsi:type="xsd:boolean">false</value>
</values>
</CustomMetadata>
<values>
<field>Use_Saas_Proxy_Beta__c</field>
<value xsi:type="xsd:boolean">true</value>
</values>
</CustomMetadata>

0 comments on commit a8e141e

Please sign in to comment.