Skip to content

Commit

Permalink
Merge pull request #1120 from usagov/stage
Browse files Browse the repository at this point in the history
Sprint 72 Release candidate to Production
  • Loading branch information
tt-gsa authored Nov 20, 2024
2 parents 77e69bf + 212897e commit 01804da
Show file tree
Hide file tree
Showing 87 changed files with 948 additions and 1,955 deletions.
22 changes: 11 additions & 11 deletions config/non_production/samlauth.authentication.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ drupal_login_roles:
site_admin: '0'
sp_entity_id: ''
sp_name_id_format: 'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress'
sp_x509_certificate: 'file:/home/vcap/app/ca_certificate.pem'
sp_x509_certificate: ''
sp_new_certificate: ''
sp_private_key: 'file:/home/vcap/app/ca_key.pem'
sp_private_key: ''
metadata_valid_secs: 60
metadata_cache_http: false
idp_entity_id: GSASecAuth
idp_entity_id: ''
idp_single_sign_on_service: ''
idp_single_log_out_service: ''
idp_change_password_service: ''
idp_certs: ''
idp_certs: { }
idp_cert_encryption: ''
unique_id_attribute: mail
map_users: false
Expand All @@ -39,21 +39,21 @@ sync_name: false
sync_mail: false
user_name_attribute: ''
user_mail_attribute: mail
request_set_name_id_policy: false
strict: false
request_set_name_id_policy: true
strict: true
security_metadata_sign: false
security_authn_requests_sign: false
security_logout_requests_sign: false
security_logout_responses_sign: false
security_nameid_encrypt: false
security_signature_algorithm: ''
security_encryption_algorithm: ''
security_messages_sign: false
security_assertions_signed: false
security_assertions_encrypt: false
security_messages_sign: true
security_assertions_signed: true
security_assertions_encrypt: true
security_nameid_encrypted: false
security_want_name_id: false
security_request_authn_context: false
security_want_name_id: true
security_request_authn_context: true
security_lowercase_url_encoding: false
security_logout_reuse_sigs: false
security_allow_repeat_attribute_name: false
Expand Down
22 changes: 11 additions & 11 deletions config/production/samlauth.authentication.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ drupal_login_roles:
site_admin: '0'
sp_entity_id: ''
sp_name_id_format: 'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress'
sp_x509_certificate: 'file:/home/vcap/app/ca_certificate.pem'
sp_x509_certificate: ''
sp_new_certificate: ''
sp_private_key: 'file:/home/vcap/app/ca_key.pem'
sp_private_key: ''
metadata_valid_secs: 60
metadata_cache_http: false
idp_entity_id: GSASecAuth
idp_entity_id: ''
idp_single_sign_on_service: ''
idp_single_log_out_service: ''
idp_change_password_service: ''
idp_certs: ''
idp_certs: { }
idp_cert_encryption: ''
unique_id_attribute: mail
map_users: false
Expand All @@ -39,21 +39,21 @@ sync_name: false
sync_mail: false
user_name_attribute: ''
user_mail_attribute: mail
request_set_name_id_policy: false
strict: false
request_set_name_id_policy: true
strict: true
security_metadata_sign: false
security_authn_requests_sign: false
security_logout_requests_sign: false
security_logout_responses_sign: false
security_nameid_encrypt: false
security_signature_algorithm: ''
security_encryption_algorithm: ''
security_messages_sign: false
security_assertions_signed: false
security_assertions_encrypt: false
security_messages_sign: true
security_assertions_signed: true
security_assertions_encrypt: true
security_nameid_encrypted: false
security_want_name_id: false
security_request_authn_context: false
security_want_name_id: true
security_request_authn_context: true
security_lowercase_url_encoding: false
security_logout_reuse_sigs: false
security_allow_repeat_attribute_name: false
Expand Down
2 changes: 1 addition & 1 deletion config/sync/block_content.type.state_display_content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ status: true
dependencies: { }
id: state_display_content
label: 'State Display Content'
revision: false
revision: true
description: null
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ dependencies:
config:
- block_content.type.registration_form_selector
- field.field.block_content.registration_form_selector.field_default_option_label
- field.field.block_content.registration_form_selector.field_description
- field.field.block_content.registration_form_selector.field_digital_form_link_label
- field.field.block_content.registration_form_selector.field_digital_form_paragraph
- field.field.block_content.registration_form_selector.field_enable_digital_form_link
Expand Down Expand Up @@ -70,14 +69,6 @@ content:
size: 60
placeholder: ''
third_party_settings: { }
field_description:
type: string_textfield
weight: 27
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
field_digital_form_link_label:
type: string_textfield
weight: 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ dependencies:
- block_content.type.search
- field.field.block_content.search.field_search_placeholder
- field.field.block_content.search.field_section_identifier
- field.field.block_content.search.field_submit_button_label
- field.field.block_content.search.field_translated_affiliate
id: block_content.search.default
targetEntityType: block_content
Expand All @@ -28,6 +29,14 @@ content:
size: 60
placeholder: ''
third_party_settings: { }
field_submit_button_label:
type: string_textfield
weight: 30
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
field_translated_affiliate:
type: boolean_checkbox
weight: 4
Expand Down
Loading

0 comments on commit 01804da

Please sign in to comment.